Html Css Color HEX #AA8BE7 Biloba Flower

📋 copy color: '#AA8BE7'

red 170 ◦ green 139 ◦ blue 231

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

Shades of Biloba Flower #AA8BE7

Tints of Biloba Flower #AA8BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.78%

R = 31.48%
G = 25.74%
B = 42.78%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA8BE7 (or 0xAA8BE7) is known color: Biloba Flower. HEX triplet: AA, 8B and E7. RGB value is (170,139,231). Sum of RGB (Red+Green+Blue) = 170+139+231=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA8BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8BE7 is #557418. Grayscale: #9E9E9E. Windows color (decimal): -5600281 or 15174570. OLE color: 15174570.

HSL color Cylindrical-coordinate representation of color #AA8BE7: hue angle of 260.22º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8BE7 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 139 231 -
CMYK 0.26 0.40 0 0.09
HSL 260.22º 0.66% 0.73% -
HSV(B) 260.22º 0.4% 0.91% -
XYZ 40.23 32.78 79.81 -
YUV 158.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 170 139 231 0.26 0.40 0 0.09 260.22 0.66 0.73
Hex AA 8B E7 1A 28 0 9 104 42 49
Octal 252 213 347 32 50 0 11 404 102 111
Binary 10101010 10001011 11100111 11010 101000 0 1001 100000100 1000010 1001001

Color Harmonies of #AA8BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8BE7

Black with #AA8BE7

Text Example


Text Example

White with #AA8BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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