Html Css Color HEX #AA87CE Biloba Flower

📋 copy color: '#AA87CE'

red 170 ◦ green 135 ◦ blue 206

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

Shades of Biloba Flower #AA87CE

Tints of Biloba Flower #AA87CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 33.27%
G = 26.42%
B = 40.31%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA87CE (or 0xAA87CE) is known color: Biloba Flower. HEX triplet: AA, 87 and CE. RGB value is (170,135,206). Sum of RGB (Red+Green+Blue) = 170+135+206=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA87CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87CE is #557831. Grayscale: #999999. Windows color (decimal): -5601330 or 13535146. OLE color: 13535146.

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

Color convert

RGB 170 135 206 -
CMYK 0.17 0.34 0 0.19
HSL 269.58º 0.42% 0.67% -
HSV(B) 269.58º 0.34% 0.81% -
XYZ 36.38 30.33 62.33 -
YUV 153.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 170 135 206 0.17 0.34 0 0.19 269.58 0.42 0.67
Hex AA 87 CE 11 22 0 13 10E 2A 43
Octal 252 207 316 21 42 0 23 416 52 103
Binary 10101010 10000111 11001110 10001 100010 0 10011 100001110 101010 1000011

Color Harmonies of #AA87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA87CE

Black with #AA87CE

Text Example


Text Example

White with #AA87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA87CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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