Html Css Color HEX #A9A5CD Wistful

📋 copy color: '#A9A5CD'

red 169 ◦ green 165 ◦ blue 205

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

Shades of Wistful #A9A5CD

Tints of Wistful #A9A5CD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.61%

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 31.35%
G = 30.61%
B = 38.03%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A9A5CD (or 0xA9A5CD) is known color: Wistful. HEX triplet: A9, A5 and CD. RGB value is (169,165,205). Sum of RGB (Red+Green+Blue) = 169+165+205=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9A5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A5CD is #565A32. Grayscale: #AAAAAA. Windows color (decimal): -5659187 or 13477289. OLE color: 13477289.

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

Color convert

RGB 169 165 205 -
CMYK 0.18 0.20 0 0.20
HSL 246º 0.29% 0.73% -
HSV(B) 246º 0.2% 0.8% -
XYZ 40.84 39.75 63.28 -
YUV 170.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 169 165 205 0.18 0.20 0 0.20 246 0.29 0.73
Hex A9 A5 CD 12 14 0 14 F6 1D 49
Octal 251 245 315 22 24 0 24 366 35 111
Binary 10101001 10100101 11001101 10010 10100 0 10100 11110110 11101 1001001

Color Harmonies of #A9A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A5CD

Black with #A9A5CD

Text Example


Text Example

White with #A9A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A5CD; }

 p { color: rgb(169,165,205); }

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

background-color css

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

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

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

border-color css

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

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

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