#A2A5CB

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

Shades of Wistful #A2A5CB

Tints of Wistful #A2A5CB

Color information

#A2A5CB (or 0xA2A5CB) is unknown color: approx Wistful. HEX triplet: A2, A5 and CB. RGB value is (162,165,203). Sum of RGB (Red+Green+Blue) = 162+165+203=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #A2A5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A5CB is #5D5A34. Grayscale: #A8A8A8. Windows color (decimal): -6117941 or 13346210. OLE color: 13346210.

HSL color Cylindrical-coordinate representation of color #A2A5CB: hue angle of 235.61º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2A5CB is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162165203-
CMYK0.200.1900.20
HSL235.61º28.28%71.57%-
HSV(B)235.61º20.2%79.61%-
XYZ39.1338.961.95-
YUV168.43147.51123.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.57%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=30.57%
G=31.13%
B=38.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621652030.200.1900.20235.6128.2871.57
HexA2A5CB1413014ec1c48
Octal242245313242302435434110
Binary101000101010010111001011101001001101010011101100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A5CB; }

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

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

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

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

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

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

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

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