Html Css Color HEX #AA8BE1 Biloba Flower

📋 copy color: '#AA8BE1'

red 170 ◦ green 139 ◦ blue 225

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

Shades of Biloba Flower #AA8BE1

Tints of Biloba Flower #AA8BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.13%

R = 31.84%
G = 26.03%
B = 42.13%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA8BE1 (or 0xAA8BE1) is known color: Biloba Flower. HEX triplet: AA, 8B and E1. RGB value is (170,139,225). Sum of RGB (Red+Green+Blue) = 170+139+225=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 139 (54.69% from 255 or 26.03% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA8BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BE1 is #55741E. Grayscale: #9D9D9D. Windows color (decimal): -5600287 or 14781354. OLE color: 14781354.

HSL color Cylindrical-coordinate representation of color #AA8BE1: hue angle of 261.63º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA8BE1 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 139 225 -
CMYK 0.24 0.38 0 0.12
HSL 261.63º 0.59% 0.71% -
HSV(B) 261.63º 0.38% 0.88% -
XYZ 39.4 32.45 75.42 -
YUV 158.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 170 139 225 0.24 0.38 0 0.12 261.63 0.59 0.71
Hex AA 8B E1 18 26 0 C 106 3B 47
Octal 252 213 341 30 46 0 14 406 73 107
Binary 10101010 10001011 11100001 11000 100110 0 1100 100000110 111011 1000111

Color Harmonies of #AA8BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BE1

Black with #AA8BE1

Text Example


Text Example

White with #AA8BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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