Html Css Color HEX #AA9EEE Biloba Flower

📋 copy color: '#AA9EEE'

red 170 ◦ green 158 ◦ blue 238

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

Shades of Biloba Flower #AA9EEE

Tints of Biloba Flower #AA9EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 30.04%
G = 27.92%
B = 42.05%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA9EEE (or 0xAA9EEE) is known color: Biloba Flower. HEX triplet: AA, 9E and EE. RGB value is (170,158,238). Sum of RGB (Red+Green+Blue) = 170+158+238=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA9EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EEE is #556111. Grayscale: #AAAAAA. Windows color (decimal): -5595410 or 15638186. OLE color: 15638186.

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

Color convert

RGB 170 158 238 -
CMYK 0.29 0.34 0 0.07
HSL 249º 0.7% 0.78% -
HSV(B) 249º 0.34% 0.93% -
XYZ 44.24 39.17 86.12 -
YUV 170.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 170 158 238 0.29 0.34 0 0.07 249 0.7 0.78
Hex AA 9E EE 1D 22 0 7 F9 46 4E
Octal 252 236 356 35 42 0 7 371 106 116
Binary 10101010 10011110 11101110 11101 100010 0 111 11111001 1000110 1001110

Color Harmonies of #AA9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EEE

Black with #AA9EEE

Text Example


Text Example

White with #AA9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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