#A2A5D0

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

Shades of Wistful #A2A5D0

Tints of Wistful #A2A5D0

Color information

#A2A5D0 (or 0xA2A5D0) is unknown color: approx Wistful. HEX triplet: A2, A5 and D0. RGB value is (162,165,208). Sum of RGB (Red+Green+Blue) = 162+165+208=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #A2A5D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A5D0 is #5D5A2F. Grayscale: #A8A8A8. Windows color (decimal): -6117936 or 13673890. OLE color: 13673890.

HSL color Cylindrical-coordinate representation of color #A2A5D0: hue angle of 236.09º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2A5D0 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162165208-
CMYK0.220.2100.18
HSL236.09º32.86%72.55%-
HSV(B)236.09º22.12%81.57%-
XYZ39.7439.1565.14-
YUV169150.01123-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.28%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=30.28%
G=30.84%
B=38.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621652080.220.2100.18236.0932.8672.55
HexA2A5D01615012ec2149
Octal242245320262502235441111
Binary1010001010100101110100001011010101010010111011001000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A5D0; }

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

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

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

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

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

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

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

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