#A0A2DC

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

Shades of Wistful #A0A2DC

Tints of Wistful #A0A2DC

Color information

#A0A2DC (or 0xA0A2DC) is unknown color: approx Wistful. HEX triplet: A0, A2 and DC. RGB value is (160,162,220). Sum of RGB (Red+Green+Blue) = 160+162+220=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 162 (63.67% from 255 or 29.89% 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 #A0A2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0A2DC is #5F5D23. Grayscale: #A7A7A7. Windows color (decimal): -6249764 or 14459552. OLE color: 14459552.

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

Color convert

RGB160162220-
CMYK0.270.2600.14
HSL238º46.15%74.51%-
HSV(B)238º27.27%86.27%-
XYZ40.3438.4873.01-
YUV168.01157.34122.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601622200.270.2600.1423846.1574.51
HexA0A2DC1B1A0Eee2e4b
Octal240242334333201635656113
Binary101000001010001011011100110111101001110111011101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A2DC; }

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

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

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

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

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

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

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

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