Html Css Color HEX #AA9EDD Biloba Flower

📋 copy color: '#AA9EDD'

red 170 ◦ green 158 ◦ blue 221

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

Shades of Biloba Flower #AA9EDD

Tints of Biloba Flower #AA9EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 30.97%
G = 28.78%
B = 40.26%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA9EDD (or 0xAA9EDD) is known color: Biloba Flower. HEX triplet: AA, 9E and DD. RGB value is (170,158,221). Sum of RGB (Red+Green+Blue) = 170+158+221=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EDD is #556122. Grayscale: #A8A8A8. Windows color (decimal): -5595427 or 14524074. OLE color: 14524074.

HSL color Cylindrical-coordinate representation of color #AA9EDD: hue angle of 251.43º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA9EDD is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 158 221 -
CMYK 0.23 0.29 0 0.13
HSL 251.43º 0.48% 0.74% -
HSV(B) 251.43º 0.29% 0.87% -
XYZ 41.86 38.22 73.58 -
YUV 168.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 170 158 221 0.23 0.29 0 0.13 251.43 0.48 0.74
Hex AA 9E DD 17 1D 0 D FB 30 4A
Octal 252 236 335 27 35 0 15 373 60 112
Binary 10101010 10011110 11011101 10111 11101 0 1101 11111011 110000 1001010

Color Harmonies of #AA9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9EDD

Black with #AA9EDD

Text Example


Text Example

White with #AA9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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