Html Css Color HEX #AA86E5 Biloba Flower

📋 copy color: '#AA86E5'

red 170 ◦ green 134 ◦ blue 229

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

Shades of Biloba Flower #AA86E5

Tints of Biloba Flower #AA86E5

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.14%

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 31.89%
G = 25.14%
B = 42.96%

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

#AA86E5 (or 0xAA86E5) is known color: Biloba Flower. HEX triplet: AA, 86 and E5. RGB value is (170,134,229). Sum of RGB (Red+Green+Blue) = 170+134+229=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA86E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA86E5 is #55791A. Grayscale: #9B9B9B. Windows color (decimal): -5601563 or 15042218. OLE color: 15042218.

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

Color convert

RGB 170 134 229 -
CMYK 0.26 0.41 0 0.10
HSL 262.74º 0.65% 0.71% -
HSV(B) 262.74º 0.41% 0.9% -
XYZ 39.25 31.25 78.09 -
YUV 155.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 170 134 229 0.26 0.41 0 0.10 262.74 0.65 0.71
Hex AA 86 E5 1A 29 0 A 107 41 47
Octal 252 206 345 32 51 0 12 407 101 107
Binary 10101010 10000110 11100101 11010 101001 0 1010 100000111 1000001 1000111

Color Harmonies of #AA86E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA86E5

Black with #AA86E5

Text Example


Text Example

White with #AA86E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA86E5; }

 p { color: rgb(170,134,229); }

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

background-color css

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

 a { background-color: rgb(170,134,229); }

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

border-color css

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

 span { border-color: rgb(170,134,229); }

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