#A1A4DC

Color #A1A4DC Wistful (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wistful #A1A4DC

Tints of Wistful #A1A4DC

Color information

#A1A4DC (or 0xA1A4DC) is unknown color: approx Wistful. HEX triplet: A1, A4 and DC. RGB value is (161,164,220). Sum of RGB (Red+Green+Blue) = 161+164+220=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1A4DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A4DC is #5E5B23. Grayscale: #A9A9A9. Windows color (decimal): -6183716 or 14460065. OLE color: 14460065.

HSL color Cylindrical-coordinate representation of color #A1A4DC: hue angle of 236.95º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1A4DC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161164220-
CMYK0.270.2500.14
HSL236.95º45.74%74.71%-
HSV(B)236.95º26.82%86.27%-
XYZ40.8939.373.14-
YUV169.49156.51121.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 164 (64.45% from 255) = 30.09%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=29.54%
G=30.09%
B=40.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611642200.270.2500.14236.9545.7474.71
HexA1A4DC1B190Eed2e4b
Octal241244334333101635556113
Binary101000011010010011011100110111100101110111011011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A4DC; }

 p { color: rgb(161,164,220); }

 H1.HeaderClassName
 {
   color: #A1A4DC;
 }
 .AnyTagClassName
 {
   color: #A1A4DC;
 }
</style>
background-color css

<style>
 a { background-color: #A1A4DC; }

 a { background-color: rgb(161,164,220); }

 div.DivClassName
 {
   background-color: #A1A4DC;
 }
 .BgClassName
 {
   background-color: #A1A4DC;
 }
</style>
border-color css

<style>
 span { border-color: #A1A4DC; }

 span { border-color: rgb(161,164,220); }

 td.TdClassName
 {
   border-color: #A1A4DC;
 }
 .TagClassName
 {
   border-color: #A1A4DC;
 }
</style>