#A1A2CB

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

Shades of Wistful #A1A2CB

Tints of Wistful #A1A2CB

Color information

#A1A2CB (or 0xA1A2CB) is unknown color: approx Wistful. HEX triplet: A1, A2 and CB. RGB value is (161,162,203). Sum of RGB (Red+Green+Blue) = 161+162+203=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1A2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A2CB is #5E5D34. Grayscale: #A6A6A6. Windows color (decimal): -6184245 or 13345441. OLE color: 13345441.

HSL color Cylindrical-coordinate representation of color #A1A2CB: hue angle of 238.57º 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 #A1A2CB is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161162203-
CMYK0.210.2000.20
HSL238.57º28.77%71.37%-
HSV(B)238.57º20.69%79.61%-
XYZ38.437.7361.76-
YUV166.38148.67124.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=30.61%
G=30.80%
B=38.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611622030.210.2000.20238.5728.7771.37
HexA1A2CB1514014ef1d47
Octal241242313252402435735107
Binary101000011010001011001011101011010001010011101111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A2CB; }

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

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

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

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

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

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

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

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