Html Css Color HEX #AA8EEF Biloba Flower

📋 copy color: '#AA8EEF'

red 170 ◦ green 142 ◦ blue 239

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

Shades of Biloba Flower #AA8EEF

Tints of Biloba Flower #AA8EEF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.77%

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 30.85%
G = 25.77%
B = 43.38%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA8EEF (or 0xAA8EEF) is known color: Biloba Flower. HEX triplet: AA, 8E and EF. RGB value is (170,142,239). Sum of RGB (Red+Green+Blue) = 170+142+239=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA8EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8EEF is #557110. Grayscale: #A1A1A1. Windows color (decimal): -5599505 or 15699626. OLE color: 15699626.

HSL color Cylindrical-coordinate representation of color #AA8EEF: hue angle of 257.32º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8EEF is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 142 239 -
CMYK 0.29 0.41 0 0.06
HSL 257.32º 0.75% 0.75% -
HSV(B) 257.32º 0.41% 0.94% -
XYZ 41.83 34.12 86.04 -
YUV 161.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 170 142 239 0.29 0.41 0 0.06 257.32 0.75 0.75
Hex AA 8E EF 1D 29 0 6 101 4B 4B
Octal 252 216 357 35 51 0 6 401 113 113
Binary 10101010 10001110 11101111 11101 101001 0 110 100000001 1001011 1001011

Color Harmonies of #AA8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8EEF

Black with #AA8EEF

Text Example


Text Example

White with #AA8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8EEF; }

 p { color: rgb(170,142,239); }

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

background-color css

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

 a { background-color: rgb(170,142,239); }

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

border-color css

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

 span { border-color: rgb(170,142,239); }

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