Html Css Color HEX #AA87CF Biloba Flower

📋 copy color: '#AA87CF'

red 170 ◦ green 135 ◦ blue 207

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

Shades of Biloba Flower #AA87CF

Tints of Biloba Flower #AA87CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.43%

R = 33.2%
G = 26.37%
B = 40.43%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA87CF (or 0xAA87CF) is known color: Biloba Flower. HEX triplet: AA, 87 and CF. RGB value is (170,135,207). Sum of RGB (Red+Green+Blue) = 170+135+207=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA87CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87CF is #557830. Grayscale: #999999. Windows color (decimal): -5601329 or 13600682. OLE color: 13600682.

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

Color convert

RGB 170 135 207 -
CMYK 0.18 0.35 0 0.19
HSL 269.17º 0.43% 0.67% -
HSV(B) 269.17º 0.35% 0.81% -
XYZ 36.5 30.38 62.97 -
YUV 153.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 170 135 207 0.18 0.35 0 0.19 269.17 0.43 0.67
Hex AA 87 CF 12 23 0 13 10D 2B 43
Octal 252 207 317 22 43 0 23 415 53 103
Binary 10101010 10000111 11001111 10010 100011 0 10011 100001101 101011 1000011

Color Harmonies of #AA87CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA87CF

Black with #AA87CF

Text Example


Text Example

White with #AA87CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA87CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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