Html Css Color HEX #AA8EDB Biloba Flower

📋 copy color: '#AA8EDB'

red 170 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #AA8EDB

Tints of Biloba Flower #AA8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.74%

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 32.02%
G = 26.74%
B = 41.24%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA8EDB (or 0xAA8EDB) is known color: Biloba Flower. HEX triplet: AA, 8E and DB. RGB value is (170,142,219). Sum of RGB (Red+Green+Blue) = 170+142+219=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8EDB is #557124. Grayscale: #9E9E9E. Windows color (decimal): -5599525 or 14388906. OLE color: 14388906.

HSL color Cylindrical-coordinate representation of color #AA8EDB: hue angle of 261.82º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA8EDB is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 142 219 -
CMYK 0.22 0.35 0 0.14
HSL 261.82º 0.52% 0.71% -
HSV(B) 261.82º 0.35% 0.86% -
XYZ 39.04 33.01 71.33 -
YUV 159.15 161.78 135.74 -
System Red Green Blue C M Y K H S L
Decimal 170 142 219 0.22 0.35 0 0.14 261.82 0.52 0.71
Hex AA 8E DB 16 23 0 E 106 34 47
Octal 252 216 333 26 43 0 16 406 64 107
Binary 10101010 10001110 11011011 10110 100011 0 1110 100000110 110100 1000111

Color Harmonies of #AA8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8EDB

Black with #AA8EDB

Text Example


Text Example

White with #AA8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8EDB; }

 p { color: rgb(170,142,219); }

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

background-color css

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

 a { background-color: rgb(170,142,219); }

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

border-color css

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

 span { border-color: rgb(170,142,219); }

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