Html Css Color HEX #AA8FEE Biloba Flower

📋 copy color: '#AA8FEE'

red 170 ◦ green 143 ◦ blue 238

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

Shades of Biloba Flower #AA8FEE

Tints of Biloba Flower #AA8FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.95%

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

R = 30.85%
G = 25.95%
B = 43.19%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA8FEE (or 0xAA8FEE) is known color: Biloba Flower. HEX triplet: AA, 8F and EE. RGB value is (170,143,238). Sum of RGB (Red+Green+Blue) = 170+143+238=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA8FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FEE is #557011. Grayscale: #A1A1A1. Windows color (decimal): -5599250 or 15634346. OLE color: 15634346.

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

Color convert

RGB 170 143 238 -
CMYK 0.29 0.40 0 0.07
HSL 257.05º 0.74% 0.75% -
HSV(B) 257.05º 0.4% 0.93% -
XYZ 41.83 34.36 85.32 -
YUV 161.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 170 143 238 0.29 0.40 0 0.07 257.05 0.74 0.75
Hex AA 8F EE 1D 28 0 7 101 4A 4B
Octal 252 217 356 35 50 0 7 401 112 113
Binary 10101010 10001111 11101110 11101 101000 0 111 100000001 1001010 1001011

Color Harmonies of #AA8FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8FEE

Black with #AA8FEE

Text Example


Text Example

White with #AA8FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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