Html Css Color HEX #AA8FDB Biloba Flower

📋 copy color: '#AA8FDB'

red 170 ◦ green 143 ◦ blue 219

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

Shades of Biloba Flower #AA8FDB

Tints of Biloba Flower #AA8FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.88%

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

R = 31.95%
G = 26.88%
B = 41.17%

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

#AA8FDB (or 0xAA8FDB) is known color: Biloba Flower. HEX triplet: AA, 8F and DB. RGB value is (170,143,219). Sum of RGB (Red+Green+Blue) = 170+143+219=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FDB is #557024. Grayscale: #9F9F9F. Windows color (decimal): -5599269 or 14389162. OLE color: 14389162.

HSL color Cylindrical-coordinate representation of color #AA8FDB: hue angle of 261.32º degrees, saturation: 0.51, 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 #AA8FDB is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 143 219 -
CMYK 0.22 0.35 0 0.14
HSL 261.32º 0.51% 0.71% -
HSV(B) 261.32º 0.35% 0.86% -
XYZ 39.19 33.31 71.38 -
YUV 159.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 170 143 219 0.22 0.35 0 0.14 261.32 0.51 0.71
Hex AA 8F DB 16 23 0 E 105 33 47
Octal 252 217 333 26 43 0 16 405 63 107
Binary 10101010 10001111 11011011 10110 100011 0 1110 100000101 110011 1000111

Color Harmonies of #AA8FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FDB

Black with #AA8FDB

Text Example


Text Example

White with #AA8FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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