#A9A2CB

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

Shades of Wistful #A9A2CB

Tints of Wistful #A9A2CB

Color information

#A9A2CB (or 0xA9A2CB) is unknown color: approx Wistful. HEX triplet: A9, A2 and CB. RGB value is (169,162,203). Sum of RGB (Red+Green+Blue) = 169+162+203=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9A2CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A2CB is #565D34. Grayscale: #A8A8A8. Windows color (decimal): -5659957 or 13345449. OLE color: 13345449.

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

Color convert

RGB169162203-
CMYK0.170.2000.20
HSL250.24º28.28%71.57%-
HSV(B)250.24º20.2%79.61%-
XYZ40.0638.5961.84-
YUV168.77147.32128.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 162 (63.67% from 255) = 30.34%
BLUE value IS 203 (79.69% from 255) = 38.01%
R=31.65%
G=30.34%
B=38.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691622030.170.2000.20250.2428.2871.57
HexA9A2CB1114014fa1c48
Octal251242313212402437234110
Binary101010011010001011001011100011010001010011111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A2CB; }

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

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

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

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

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

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

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

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