Html Css Color HEX #AA87D6 Biloba Flower

📋 copy color: '#AA87D6'

red 170 ◦ green 135 ◦ blue 214

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

Shades of Biloba Flower #AA87D6

Tints of Biloba Flower #AA87D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.23%

R = 32.76%
G = 26.01%
B = 41.23%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA87D6 (or 0xAA87D6) is known color: Biloba Flower. HEX triplet: AA, 87 and D6. RGB value is (170,135,214). Sum of RGB (Red+Green+Blue) = 170+135+214=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA87D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87D6 is #557829. Grayscale: #9A9A9A. Windows color (decimal): -5601322 or 14059434. OLE color: 14059434.

HSL color Cylindrical-coordinate representation of color #AA87D6: hue angle of 266.58º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA87D6 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 135 214 -
CMYK 0.21 0.37 0 0.16
HSL 266.58º 0.49% 0.68% -
HSV(B) 266.58º 0.37% 0.84% -
XYZ 37.38 30.73 67.58 -
YUV 154.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 170 135 214 0.21 0.37 0 0.16 266.58 0.49 0.68
Hex AA 87 D6 15 25 0 10 10B 31 44
Octal 252 207 326 25 45 0 20 413 61 104
Binary 10101010 10000111 11010110 10101 100101 0 10000 100001011 110001 1000100

Color Harmonies of #AA87D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA87D6

Black with #AA87D6

Text Example


Text Example

White with #AA87D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA87D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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