#A9A2CC

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

Shades of Wistful #A9A2CC

Tints of Wistful #A9A2CC

Color information

#A9A2CC (or 0xA9A2CC) is unknown color: approx Wistful. HEX triplet: A9, A2 and CC. RGB value is (169,162,204). Sum of RGB (Red+Green+Blue) = 169+162+204=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9A2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A2CC is #565D33. Grayscale: #A8A8A8. Windows color (decimal): -5659956 or 13410985. OLE color: 13410985.

HSL color Cylindrical-coordinate representation of color #A9A2CC: hue angle of 250º degrees, saturation: 0.29, 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 #A9A2CC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169162204-
CMYK0.170.2100.2
HSL250º29.17%71.76%-
HSV(B)250º20.59%80%-
XYZ40.1838.6462.47-
YUV168.88147.82128.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=31.59%
G=30.28%
B=38.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691622040.170.2100.225029.1771.76
HexA9A2CC1115014fa1d48
Octal251242314212502437235110
Binary101010011010001011001100100011010101010011111010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A2CC; }

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

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

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

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

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

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

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

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