Html Css Color HEX #AA8BEE Biloba Flower

📋 copy color: '#AA8BEE'

red 170 ◦ green 139 ◦ blue 238

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

Shades of Biloba Flower #AA8BEE

Tints of Biloba Flower #AA8BEE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.41%

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

R = 31.08%
G = 25.41%
B = 43.51%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA8BEE (or 0xAA8BEE) is known color: Biloba Flower. HEX triplet: AA, 8B and EE. RGB value is (170,139,238). Sum of RGB (Red+Green+Blue) = 170+139+238=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA8BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8BEE is #557411. Grayscale: #9F9F9F. Windows color (decimal): -5600274 or 15633322. OLE color: 15633322.

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

Color convert

RGB 170 139 238 -
CMYK 0.29 0.42 0 0.07
HSL 258.79º 0.74% 0.74% -
HSV(B) 258.79º 0.42% 0.93% -
XYZ 41.24 33.18 85.12 -
YUV 159.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 170 139 238 0.29 0.42 0 0.07 258.79 0.74 0.74
Hex AA 8B EE 1D 2A 0 7 103 4A 4A
Octal 252 213 356 35 52 0 7 403 112 112
Binary 10101010 10001011 11101110 11101 101010 0 111 100000011 1001010 1001010

Color Harmonies of #AA8BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BEE

Black with #AA8BEE

Text Example


Text Example

White with #AA8BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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