Html Css Color HEX #AA87DB Biloba Flower

📋 copy color: '#AA87DB'

red 170 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #AA87DB

Tints of Biloba Flower #AA87DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.76%

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

R = 32.44%
G = 25.76%
B = 41.79%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA87DB (or 0xAA87DB) is known color: Biloba Flower. HEX triplet: AA, 87 and DB. RGB value is (170,135,219). Sum of RGB (Red+Green+Blue) = 170+135+219=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA87DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87DB is #557824. Grayscale: #9A9A9A. Windows color (decimal): -5601317 or 14387114. OLE color: 14387114.

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

Color convert

RGB 170 135 219 -
CMYK 0.22 0.38 0 0.14
HSL 265º 0.54% 0.69% -
HSV(B) 265º 0.38% 0.86% -
XYZ 38.03 30.99 70.99 -
YUV 155.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 170 135 219 0.22 0.38 0 0.14 265 0.54 0.69
Hex AA 87 DB 16 26 0 E 109 36 45
Octal 252 207 333 26 46 0 16 411 66 105
Binary 10101010 10000111 11011011 10110 100110 0 1110 100001001 110110 1000101

Color Harmonies of #AA87DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA87DB

Black with #AA87DB

Text Example


Text Example

White with #AA87DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA87DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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