#A2A5CD

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

Shades of Wistful #A2A5CD

Tints of Wistful #A2A5CD

Color information

#A2A5CD (or 0xA2A5CD) is unknown color: approx Wistful. HEX triplet: A2, A5 and CD. RGB value is (162,165,205). Sum of RGB (Red+Green+Blue) = 162+165+205=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #A2A5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A5CD is #5D5A32. Grayscale: #A8A8A8. Windows color (decimal): -6117939 or 13477282. OLE color: 13477282.

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

Color convert

RGB162165205-
CMYK0.210.2000.20
HSL235.81º30.07%71.96%-
HSV(B)235.81º20.98%80.39%-
XYZ39.373963.21-
YUV168.66148.51123.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 165 (64.84% from 255) = 31.02%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=30.45%
G=31.02%
B=38.53%

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
Decimal1621652050.210.2000.20235.8130.0771.96
HexA2A5CD1514014ec1e48
Octal242245315252402435436110
Binary101000101010010111001101101011010001010011101100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A5CD; }

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

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

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

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

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

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

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

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