Html Css Color HEX #AA86DB Biloba Flower

📋 copy color: '#AA86DB'

red 170 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #AA86DB

Tints of Biloba Flower #AA86DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.62%

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

R = 32.5%
G = 25.62%
B = 41.87%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA86DB (or 0xAA86DB) is known color: Biloba Flower. HEX triplet: AA, 86 and DB. RGB value is (170,134,219). Sum of RGB (Red+Green+Blue) = 170+134+219=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86DB is #557924. Grayscale: #9A9A9A. Windows color (decimal): -5601573 or 14386858. OLE color: 14386858.

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

Color convert

RGB 170 134 219 -
CMYK 0.22 0.39 0 0.14
HSL 265.41º 0.54% 0.69% -
HSV(B) 265.41º 0.39% 0.86% -
XYZ 37.89 30.71 70.95 -
YUV 154.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 170 134 219 0.22 0.39 0 0.14 265.41 0.54 0.69
Hex AA 86 DB 16 27 0 E 109 36 45
Octal 252 206 333 26 47 0 16 411 66 105
Binary 10101010 10000110 11011011 10110 100111 0 1110 100001001 110110 1000101

Color Harmonies of #AA86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA86DB

Black with #AA86DB

Text Example


Text Example

White with #AA86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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