#A2A0DC

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

Shades of Wistful #A2A0DC

Tints of Wistful #A2A0DC

Color information

#A2A0DC (or 0xA2A0DC) is unknown color: approx Wistful. HEX triplet: A2, A0 and DC. RGB value is (162,160,220). Sum of RGB (Red+Green+Blue) = 162+160+220=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A0DC is #5D5F23. Grayscale: #A7A7A7. Windows color (decimal): -6119204 or 14459042. OLE color: 14459042.

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

Color convert

RGB162160220-
CMYK0.260.2700.14
HSL242º46.15%74.51%-
HSV(B)242º27.27%86.27%-
XYZ40.3937.9972.91-
YUV167.44157.66124.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.89%
GREEN value IS 160 (62.89% from 255) = 29.52%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=29.89%
G=29.52%
B=40.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1621602200.260.2700.1424246.1574.51
HexA2A0DC1A1B0Ef22e4b
Octal242240334323301636256113
Binary101000101010000011011100110101101101110111100101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A0DC; }

 p { color: rgb(162,160,220); }

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

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

 a { background-color: rgb(162,160,220); }

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

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

 span { border-color: rgb(162,160,220); }

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