Html Css Color HEX #A99DDD Wistful

📋 copy color: '#A99DDD'

red 169 ◦ green 157 ◦ blue 221

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

Shades of Wistful #A99DDD

Tints of Wistful #A99DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 30.9%
G = 28.7%
B = 40.4%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A99DDD (or 0xA99DDD) is known color: Wistful. HEX triplet: A9, 9D and DD. RGB value is (169,157,221). Sum of RGB (Red+Green+Blue) = 169+157+221=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #A99DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DDD is #566222. Grayscale: #A7A7A7. Windows color (decimal): -5661219 or 14523817. OLE color: 14523817.

HSL color Cylindrical-coordinate representation of color #A99DDD: hue angle of 251.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99DDD is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 157 221 -
CMYK 0.24 0.29 0 0.13
HSL 251.25º 0.48% 0.74% -
HSV(B) 251.25º 0.29% 0.87% -
XYZ 41.47 37.77 73.51 -
YUV 167.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 169 157 221 0.24 0.29 0 0.13 251.25 0.48 0.74
Hex A9 9D DD 18 1D 0 D FB 30 4A
Octal 251 235 335 30 35 0 15 373 60 112
Binary 10101001 10011101 11011101 11000 11101 0 1101 11111011 110000 1001010

Color Harmonies of #A99DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DDD

Black with #A99DDD

Text Example


Text Example

White with #A99DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DDD; }

 p { color: rgb(169,157,221); }

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

background-color css

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

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

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

border-color css

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

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

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