Html Css Color HEX #AA9FED Wistful

📋 copy color: '#AA9FED'

red 170 ◦ green 159 ◦ blue 237

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

Shades of Wistful #AA9FED

Tints of Wistful #AA9FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 30.04%
G = 28.09%
B = 41.87%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA9FED (or 0xAA9FED) is known color: Wistful. HEX triplet: AA, 9F and ED. RGB value is (170,159,237). Sum of RGB (Red+Green+Blue) = 170+159+237=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 159 (62.5% from 255 or 28.09% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA9FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FED is #556012. Grayscale: #AAAAAA. Windows color (decimal): -5595155 or 15572906. OLE color: 15572906.

HSL color Cylindrical-coordinate representation of color #AA9FED: hue angle of 248.46º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA9FED is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 159 237 -
CMYK 0.28 0.33 0 0.07
HSL 248.46º 0.68% 0.78% -
HSV(B) 248.46º 0.33% 0.93% -
XYZ 44.26 39.46 85.4 -
YUV 171.18 165.14 127.16 -
System Red Green Blue C M Y K H S L
Decimal 170 159 237 0.28 0.33 0 0.07 248.46 0.68 0.78
Hex AA 9F ED 1C 21 0 7 F8 44 4E
Octal 252 237 355 34 41 0 7 370 104 116
Binary 10101010 10011111 11101101 11100 100001 0 111 11111000 1000100 1001110

Color Harmonies of #AA9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FED

Black with #AA9FED

Text Example


Text Example

White with #AA9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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