#A2A5CF

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

Shades of Wistful #A2A5CF

Tints of Wistful #A2A5CF

Color information

#A2A5CF (or 0xA2A5CF) is unknown color: approx Wistful. HEX triplet: A2, A5 and CF. RGB value is (162,165,207). Sum of RGB (Red+Green+Blue) = 162+165+207=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2A5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A2A5CF is #5D5A30. Grayscale: #A8A8A8. Windows color (decimal): -6117937 or 13608354. OLE color: 13608354.

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

Color convert

RGB162165207-
CMYK0.220.2000.19
HSL236º31.91%72.35%-
HSV(B)236º21.74%81.18%-
XYZ39.6239.164.49-
YUV168.89149.51123.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.34%
GREEN value IS 165 (64.84% from 255) = 30.90%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=30.34%
G=30.90%
B=38.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621652070.220.2000.1923631.9172.35
HexA2A5CF1614013ec2048
Octal242245317262402335440110
Binary1010001010100101110011111011010100010011111011001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A5CF; }

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

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

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

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

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

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

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

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