#A9A9CA

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

Shades of Wistful #A9A9CA

Tints of Wistful #A9A9CA

Color information

#A9A9CA (or 0xA9A9CA) is unknown color: approx Wistful. HEX triplet: A9, A9 and CA. RGB value is (169,169,202). Sum of RGB (Red+Green+Blue) = 169+169+202=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 169 (66.41% from 255 or 31.30% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9A9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A9CA is #565635. Grayscale: #ACACAC. Windows color (decimal): -5658166 or 13281705. OLE color: 13281705.

HSL color Cylindrical-coordinate representation of color #A9A9CA: hue angle of 240º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9A9CA is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169169202-
CMYK0.160.1600.21
HSL240º23.74%72.75%-
HSV(B)240º16.34%79.22%-
XYZ41.2141.0861.63-
YUV172.76144.5125.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.30%
GREEN value IS 169 (66.41% from 255) = 31.30%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=31.30%
G=31.30%
B=37.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691692020.160.1600.2124023.7472.75
HexA9A9CA1010015f01849
Octal251251312202002536030111
Binary101010011010100111001010100001000001010111110000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A9CA; }

 p { color: rgb(169,169,202); }

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

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

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

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

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

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

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