#A9A2CE

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

Shades of Wistful #A9A2CE

Tints of Wistful #A9A2CE

Color information

#A9A2CE (or 0xA9A2CE) is unknown color: approx Wistful. HEX triplet: A9, A2 and CE. RGB value is (169,162,206). Sum of RGB (Red+Green+Blue) = 169+162+206=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #A9A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A2CE is #565D31. Grayscale: #A8A8A8. Windows color (decimal): -5659954 or 13542057. OLE color: 13542057.

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

Color convert

RGB169162206-
CMYK0.180.2100.19
HSL249.55º30.99%72.16%-
HSV(B)249.55º21.36%80.78%-
XYZ40.4238.7363.74-
YUV169.11148.82127.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 206 (80.86% from 255) = 38.36%
R=31.47%
G=30.17%
B=38.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691622060.180.2100.19249.5530.9972.16
HexA9A2CE1215013fa1f48
Octal251242316222502337237110
Binary101010011010001011001110100101010101001111111010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A2CE; }

 p { color: rgb(169,162,206); }

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

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

 a { background-color: rgb(169,162,206); }

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

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

 span { border-color: rgb(169,162,206); }

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