#A4A1DC

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

Shades of Wistful #A4A1DC

Tints of Wistful #A4A1DC

Color information

#A4A1DC (or 0xA4A1DC) is unknown color: approx Wistful. HEX triplet: A4, A1 and DC. RGB value is (164,161,220). Sum of RGB (Red+Green+Blue) = 164+161+220=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 161 (63.28% from 255 or 29.54% 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 #A4A1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1DC is #5B5E23. Grayscale: #A8A8A8. Windows color (decimal): -5987876 or 14459300. OLE color: 14459300.

HSL color Cylindrical-coordinate representation of color #A4A1DC: hue angle of 243.05º 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 #A4A1DC is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164161220-
CMYK0.250.2700.14
HSL243.05º45.74%74.71%-
HSV(B)243.05º26.82%86.27%-
XYZ40.9738.5572.99-
YUV168.62156.99124.7-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641612200.250.2700.14243.0545.7474.71
HexA4A1DC191B0Ef32e4b
Octal244241334313301636356113
Binary101001001010000111011100110011101101110111100111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A1DC; }

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

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

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

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

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

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

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

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