Html Css Color HEX #AA87E6 Biloba Flower

📋 copy color: '#AA87E6'

red 170 ◦ green 135 ◦ blue 230

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

Shades of Biloba Flower #AA87E6

Tints of Biloba Flower #AA87E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.99%

R = 31.78%
G = 25.23%
B = 42.99%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA87E6 (or 0xAA87E6) is known color: Biloba Flower. HEX triplet: AA, 87 and E6. RGB value is (170,135,230). Sum of RGB (Red+Green+Blue) = 170+135+230=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA87E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA87E6 is #557819. Grayscale: #9B9B9B. Windows color (decimal): -5601306 or 15108010. OLE color: 15108010.

HSL color Cylindrical-coordinate representation of color #AA87E6: hue angle of 262.11º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA87E6 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 135 230 -
CMYK 0.26 0.41 0 0.10
HSL 262.11º 0.66% 0.72% -
HSV(B) 262.11º 0.41% 0.9% -
XYZ 39.52 31.59 78.88 -
YUV 156.3 169.6 137.78 -
System Red Green Blue C M Y K H S L
Decimal 170 135 230 0.26 0.41 0 0.10 262.11 0.66 0.72
Hex AA 87 E6 1A 29 0 A 106 42 48
Octal 252 207 346 32 51 0 12 406 102 110
Binary 10101010 10000111 11100110 11010 101001 0 1010 100000110 1000010 1001000

Color Harmonies of #AA87E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA87E6

Black with #AA87E6

Text Example


Text Example

White with #AA87E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA87E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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