Html Css Color HEX #A9A8CA Wistful

📋 copy color: '#A9A8CA'

red 169 ◦ green 168 ◦ blue 202

#A9A8CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A9A8CA

Tints of Wistful #A9A8CA

RGB

 RED value IS 169 (66.41% from 255) = 31.35%

 GREEN value IS 168 (66.02% from 255) = 31.17%

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 31.35%
G = 31.17%
B = 37.48%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A9A8CA (or 0xA9A8CA) is known color: Wistful. HEX triplet: A9, A8 and CA. RGB value is (169,168,202). Sum of RGB (Red+Green+Blue) = 169+168+202=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A8CA is #565735. Grayscale: #ACACAC. Windows color (decimal): -5658422 or 13281449. OLE color: 13281449.

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

Color convert

RGB 169 168 202 -
CMYK 0.16 0.17 0 0.21
HSL 241.76º 0.24% 0.73% -
HSV(B) 241.76º 0.17% 0.79% -
XYZ 41.03 40.7 61.57 -
YUV 172.18 144.83 125.74 -
System Red Green Blue C M Y K H S L
Decimal 169 168 202 0.16 0.17 0 0.21 241.76 0.24 0.73
Hex A9 A8 CA 10 11 0 15 F2 18 49
Octal 251 250 312 20 21 0 25 362 30 111
Binary 10101001 10101000 11001010 10000 10001 0 10101 11110010 11000 1001001

Color Harmonies of #A9A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A8CA

Black with #A9A8CA

Text Example


Text Example

White with #A9A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A8CA; }

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

 H1.HeaderClassName
 {
   color: #A9A8CA;
 }
 .AnyTagClassName
 {
   color: #A9A8CA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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