Html Css Color HEX #AA9EED Biloba Flower

📋 copy color: '#AA9EED'

red 170 ◦ green 158 ◦ blue 237

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

Shades of Biloba Flower #AA9EED

Tints of Biloba Flower #AA9EED

RGB

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

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

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

R = 30.09%
G = 27.96%
B = 41.95%

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

#AA9EED (or 0xAA9EED) is known color: Biloba Flower. HEX triplet: AA, 9E and ED. RGB value is (170,158,237). Sum of RGB (Red+Green+Blue) = 170+158+237=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA9EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9EED is #556112. Grayscale: #AAAAAA. Windows color (decimal): -5595411 or 15572650. OLE color: 15572650.

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

Color convert

RGB 170 158 237 -
CMYK 0.28 0.33 0 0.07
HSL 249.11º 0.69% 0.77% -
HSV(B) 249.11º 0.33% 0.93% -
XYZ 44.09 39.11 85.35 -
YUV 170.59 165.48 127.58 -
System Red Green Blue C M Y K H S L
Decimal 170 158 237 0.28 0.33 0 0.07 249.11 0.69 0.77
Hex AA 9E ED 1C 21 0 7 F9 45 4D
Octal 252 236 355 34 41 0 7 371 105 115
Binary 10101010 10011110 11101101 11100 100001 0 111 11111001 1000101 1001101

Color Harmonies of #AA9EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EED

Black with #AA9EED

Text Example


Text Example

White with #AA9EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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