Html Css Color HEX #AA9FEB Wistful

📋 copy color: '#AA9FEB'

red 170 ◦ green 159 ◦ blue 235

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

Shades of Wistful #AA9FEB

Tints of Wistful #AA9FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 30.14%
G = 28.19%
B = 41.67%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA9FEB (or 0xAA9FEB) is known color: Wistful. HEX triplet: AA, 9F and EB. RGB value is (170,159,235). Sum of RGB (Red+Green+Blue) = 170+159+235=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FEB is #556014. Grayscale: #AAAAAA. Windows color (decimal): -5595157 or 15441834. OLE color: 15441834.

HSL color Cylindrical-coordinate representation of color #AA9FEB: hue angle of 248.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA9FEB is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 159 235 -
CMYK 0.28 0.32 0 0.08
HSL 248.68º 0.66% 0.77% -
HSV(B) 248.68º 0.32% 0.92% -
XYZ 43.97 39.34 83.87 -
YUV 170.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 170 159 235 0.28 0.32 0 0.08 248.68 0.66 0.77
Hex AA 9F EB 1C 20 0 8 F9 42 4D
Octal 252 237 353 34 40 0 10 371 102 115
Binary 10101010 10011111 11101011 11100 100000 0 1000 11111001 1000010 1001101

Color Harmonies of #AA9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FEB

Black with #AA9FEB

Text Example


Text Example

White with #AA9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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