#A2A0CB

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

Shades of Wistful #A2A0CB

Tints of Wistful #A2A0CB

Color information

#A2A0CB (or 0xA2A0CB) is unknown color: approx Wistful. HEX triplet: A2, A0 and CB. RGB value is (162,160,203). Sum of RGB (Red+Green+Blue) = 162+160+203=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A0CB is #5D5F34. Grayscale: #A5A5A5. Windows color (decimal): -6119221 or 13344930. OLE color: 13344930.

HSL color Cylindrical-coordinate representation of color #A2A0CB: hue angle of 242.79º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2A0CB is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162160203-
CMYK0.200.2100.20
HSL242.79º29.25%71.18%-
HSV(B)242.79º21.18%79.61%-
XYZ38.2537.1361.65-
YUV165.5149.16125.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=30.86%
G=30.48%
B=38.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621602030.200.2100.20242.7929.2571.18
HexA2A0CB1415014f31d47
Octal242240313242502436335107
Binary101000101010000011001011101001010101010011110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A0CB; }

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

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

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

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

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

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

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

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