Html Css Color HEX #A9A4C9 Wistful

📋 copy color: '#A9A4C9'

red 169 ◦ green 164 ◦ blue 201

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

Shades of Wistful #A9A4C9

Tints of Wistful #A9A4C9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.71%

 BLUE value IS 201 (78.91% from 255) = 37.64%

R = 31.65%
G = 30.71%
B = 37.64%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A9A4C9 (or 0xA9A4C9) is known color: Wistful. HEX triplet: A9, A4 and C9. RGB value is (169,164,201). Sum of RGB (Red+Green+Blue) = 169+164+201=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 164 (64.45% from 255 or 30.71% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 201 - color contains mainly: blue. Hex color #A9A4C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A4C9 is #565B36. Grayscale: #A9A9A9. Windows color (decimal): -5659447 or 13214889. OLE color: 13214889.

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

Color convert

RGB 169 164 201 -
CMYK 0.16 0.18 0 0.21
HSL 248.11º 0.26% 0.72% -
HSV(B) 248.11º 0.18% 0.79% -
XYZ 40.18 39.2 60.71 -
YUV 169.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 169 164 201 0.16 0.18 0 0.21 248.11 0.26 0.72
Hex A9 A4 C9 10 12 0 15 F8 1A 48
Octal 251 244 311 20 22 0 25 370 32 110
Binary 10101001 10100100 11001001 10000 10010 0 10101 11111000 11010 1001000

Color Harmonies of #A9A4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A4C9

Black with #A9A4C9

Text Example


Text Example

White with #A9A4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A4C9; }

 p { color: rgb(169,164,201); }

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

background-color css

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

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

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

border-color css

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

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

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