Html Css Color HEX #AA9EEA Biloba Flower

📋 copy color: '#AA9EEA'

red 170 ◦ green 158 ◦ blue 234

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

Shades of Biloba Flower #AA9EEA

Tints of Biloba Flower #AA9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.11%

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

R = 30.25%
G = 28.11%
B = 41.64%

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

#AA9EEA (or 0xAA9EEA) is known color: Biloba Flower. HEX triplet: AA, 9E and EA. RGB value is (170,158,234). Sum of RGB (Red+Green+Blue) = 170+158+234=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EEA is #556115. Grayscale: #A9A9A9. Windows color (decimal): -5595414 or 15376042. OLE color: 15376042.

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

Color convert

RGB 170 158 234 -
CMYK 0.27 0.32 0 0.08
HSL 249.47º 0.64% 0.77% -
HSV(B) 249.47º 0.32% 0.92% -
XYZ 43.66 38.94 83.06 -
YUV 170.25 163.98 127.82 -
System Red Green Blue C M Y K H S L
Decimal 170 158 234 0.27 0.32 0 0.08 249.47 0.64 0.77
Hex AA 9E EA 1B 20 0 8 F9 40 4D
Octal 252 236 352 33 40 0 10 371 100 115
Binary 10101010 10011110 11101010 11011 100000 0 1000 11111001 1000000 1001101

Color Harmonies of #AA9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EEA

Black with #AA9EEA

Text Example


Text Example

White with #AA9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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