Html Css Color HEX #AA87D0 Biloba Flower

📋 copy color: '#AA87D0'

red 170 ◦ green 135 ◦ blue 208

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

Shades of Biloba Flower #AA87D0

Tints of Biloba Flower #AA87D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 33.14%
G = 26.32%
B = 40.55%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA87D0 (or 0xAA87D0) is known color: Biloba Flower. HEX triplet: AA, 87 and D0. RGB value is (170,135,208). Sum of RGB (Red+Green+Blue) = 170+135+208=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA87D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87D0 is #55782F. Grayscale: #999999. Windows color (decimal): -5601328 or 13666218. OLE color: 13666218.

HSL color Cylindrical-coordinate representation of color #AA87D0: hue angle of 268.77º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA87D0 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 135 208 -
CMYK 0.18 0.35 0 0.18
HSL 268.77º 0.44% 0.67% -
HSV(B) 268.77º 0.35% 0.82% -
XYZ 36.63 30.43 63.62 -
YUV 153.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 170 135 208 0.18 0.35 0 0.18 268.77 0.44 0.67
Hex AA 87 D0 12 23 0 12 10D 2C 43
Octal 252 207 320 22 43 0 22 415 54 103
Binary 10101010 10000111 11010000 10010 100011 0 10010 100001101 101100 1000011

Color Harmonies of #AA87D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA87D0

Black with #AA87D0

Text Example


Text Example

White with #AA87D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA87D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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