Html Css Color HEX #AA8BEB Biloba Flower

📋 copy color: '#AA8BEB'

red 170 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #AA8BEB

Tints of Biloba Flower #AA8BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.2%

R = 31.25%
G = 25.55%
B = 43.2%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA8BEB (or 0xAA8BEB) is known color: Biloba Flower. HEX triplet: AA, 8B and EB. RGB value is (170,139,235). Sum of RGB (Red+Green+Blue) = 170+139+235=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8BEB is #557414. Grayscale: #9E9E9E. Windows color (decimal): -5600277 or 15436714. OLE color: 15436714.

HSL color Cylindrical-coordinate representation of color #AA8BEB: hue angle of 259.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA8BEB is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 139 235 -
CMYK 0.28 0.41 0 0.08
HSL 259.38º 0.71% 0.73% -
HSV(B) 259.38º 0.41% 0.92% -
XYZ 40.81 33.01 82.82 -
YUV 159.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 170 139 235 0.28 0.41 0 0.08 259.38 0.71 0.73
Hex AA 8B EB 1C 29 0 8 103 47 49
Octal 252 213 353 34 51 0 10 403 107 111
Binary 10101010 10001011 11101011 11100 101001 0 1000 100000011 1000111 1001001

Color Harmonies of #AA8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BEB

Black with #AA8BEB

Text Example


Text Example

White with #AA8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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