Html Css Color HEX #AA9FEA Wistful

📋 copy color: '#AA9FEA'

red 170 ◦ green 159 ◦ blue 234

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

Shades of Wistful #AA9FEA

Tints of Wistful #AA9FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 30.2%
G = 28.24%
B = 41.56%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA9FEA (or 0xAA9FEA) is known color: Wistful. HEX triplet: AA, 9F and EA. RGB value is (170,159,234). Sum of RGB (Red+Green+Blue) = 170+159+234=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA9FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9FEA is #556015. Grayscale: #AAAAAA. Windows color (decimal): -5595158 or 15376298. OLE color: 15376298.

HSL color Cylindrical-coordinate representation of color #AA9FEA: hue angle of 248.8º degrees, saturation: 0.64, 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 #AA9FEA is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 159 234 -
CMYK 0.27 0.32 0 0.08
HSL 248.8º 0.64% 0.77% -
HSV(B) 248.8º 0.32% 0.92% -
XYZ 43.83 39.28 83.11 -
YUV 170.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 170 159 234 0.27 0.32 0 0.08 248.8 0.64 0.77
Hex AA 9F EA 1B 20 0 8 F9 40 4D
Octal 252 237 352 33 40 0 10 371 100 115
Binary 10101010 10011111 11101010 11011 100000 0 1000 11111001 1000000 1001101

Color Harmonies of #AA9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9FEA

Black with #AA9FEA

Text Example


Text Example

White with #AA9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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