Html Css Color HEX #AA8BDB Biloba Flower

📋 copy color: '#AA8BDB'

red 170 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #AA8BDB

Tints of Biloba Flower #AA8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.33%

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

R = 32.2%
G = 26.33%
B = 41.48%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA8BDB (or 0xAA8BDB) is known color: Biloba Flower. HEX triplet: AA, 8B and DB. RGB value is (170,139,219). Sum of RGB (Red+Green+Blue) = 170+139+219=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA8BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BDB is #557424. Grayscale: #9D9D9D. Windows color (decimal): -5600293 or 14388138. OLE color: 14388138.

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

Color convert

RGB 170 139 219 -
CMYK 0.22 0.37 0 0.14
HSL 263.25º 0.53% 0.7% -
HSV(B) 263.25º 0.37% 0.86% -
XYZ 38.6 32.13 71.18 -
YUV 157.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 170 139 219 0.22 0.37 0 0.14 263.25 0.53 0.7
Hex AA 8B DB 16 25 0 E 107 35 46
Octal 252 213 333 26 45 0 16 407 65 106
Binary 10101010 10001011 11011011 10110 100101 0 1110 100000111 110101 1000110

Color Harmonies of #AA8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BDB

Black with #AA8BDB

Text Example


Text Example

White with #AA8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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