Html Css Color HEX #AA86EE Biloba Flower

📋 copy color: '#AA86EE'

red 170 ◦ green 134 ◦ blue 238

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

Shades of Biloba Flower #AA86EE

Tints of Biloba Flower #AA86EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 31.37%
G = 24.72%
B = 43.91%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA86EE (or 0xAA86EE) is known color: Biloba Flower. HEX triplet: AA, 86 and EE. RGB value is (170,134,238). Sum of RGB (Red+Green+Blue) = 170+134+238=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA86EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA86EE is #557911. Grayscale: #9C9C9C. Windows color (decimal): -5601554 or 15632042. OLE color: 15632042.

HSL color Cylindrical-coordinate representation of color #AA86EE: hue angle of 260.77º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA86EE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 134 238 -
CMYK 0.29 0.44 0 0.07
HSL 260.77º 0.75% 0.73% -
HSV(B) 260.77º 0.44% 0.93% -
XYZ 40.54 31.77 84.88 -
YUV 156.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 170 134 238 0.29 0.44 0 0.07 260.77 0.75 0.73
Hex AA 86 EE 1D 2C 0 7 105 4B 49
Octal 252 206 356 35 54 0 7 405 113 111
Binary 10101010 10000110 11101110 11101 101100 0 111 100000101 1001011 1001001

Color Harmonies of #AA86EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA86EE

Black with #AA86EE

Text Example


Text Example

White with #AA86EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA86EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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