Html Css Color HEX #AA87D2 Biloba Flower

📋 copy color: '#AA87D2'

red 170 ◦ green 135 ◦ blue 210

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

Shades of Biloba Flower #AA87D2

Tints of Biloba Flower #AA87D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.78%

R = 33.01%
G = 26.21%
B = 40.78%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA87D2 (or 0xAA87D2) is known color: Biloba Flower. HEX triplet: AA, 87 and D2. RGB value is (170,135,210). Sum of RGB (Red+Green+Blue) = 170+135+210=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 210 (82.42% from 255 or 40.78% from 515); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA87D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87D2 is #55782D. Grayscale: #999999. Windows color (decimal): -5601326 or 13797290. OLE color: 13797290.

HSL color Cylindrical-coordinate representation of color #AA87D2: hue angle of 268º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA87D2 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 135 210 -
CMYK 0.19 0.36 0 0.18
HSL 268º 0.45% 0.68% -
HSV(B) 268º 0.36% 0.82% -
XYZ 36.87 30.53 64.92 -
YUV 154.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 170 135 210 0.19 0.36 0 0.18 268 0.45 0.68
Hex AA 87 D2 13 24 0 12 10C 2D 44
Octal 252 207 322 23 44 0 22 414 55 104
Binary 10101010 10000111 11010010 10011 100100 0 10010 100001100 101101 1000100

Color Harmonies of #AA87D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA87D2

Black with #AA87D2

Text Example


Text Example

White with #AA87D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA87D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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