Html Css Color HEX #AA9FDF Wistful

📋 copy color: '#AA9FDF'

red 170 ◦ green 159 ◦ blue 223

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

Shades of Wistful #AA9FDF

Tints of Wistful #AA9FDF

RGB

 RED value IS 170 (66.8% from 255) = 30.8%

 GREEN value IS 159 (62.5% from 255) = 28.8%

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 30.8%
G = 28.8%
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

#AA9FDF (or 0xAA9FDF) is known color: Wistful. HEX triplet: AA, 9F and DF. RGB value is (170,159,223). Sum of RGB (Red+Green+Blue) = 170+159+223=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FDF is #556020. Grayscale: #A9A9A9. Windows color (decimal): -5595169 or 14655402. OLE color: 14655402.

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

Color convert

RGB 170 159 223 -
CMYK 0.24 0.29 0 0.13
HSL 250.31º 0.5% 0.75% -
HSV(B) 250.31º 0.29% 0.87% -
XYZ 42.29 38.67 75.05 -
YUV 169.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 170 159 223 0.24 0.29 0 0.13 250.31 0.5 0.75
Hex AA 9F DF 18 1D 0 D FA 32 4B
Octal 252 237 337 30 35 0 15 372 62 113
Binary 10101010 10011111 11011111 11000 11101 0 1101 11111010 110010 1001011

Color Harmonies of #AA9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FDF

Black with #AA9FDF

Text Example


Text Example

White with #AA9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FDF; }

 p { color: rgb(170,159,223); }

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

background-color css

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

 a { background-color: rgb(170,159,223); }

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

border-color css

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

 span { border-color: rgb(170,159,223); }

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