Html Css Color HEX #AA91E7 Biloba Flower

📋 copy color: '#AA91E7'

red 170 ◦ green 145 ◦ blue 231

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

Shades of Biloba Flower #AA91E7

Tints of Biloba Flower #AA91E7

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.56%

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

R = 31.14%
G = 26.56%
B = 42.31%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA91E7 (or 0xAA91E7) is known color: Biloba Flower. HEX triplet: AA, 91 and E7. RGB value is (170,145,231). Sum of RGB (Red+Green+Blue) = 170+145+231=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA91E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91E7 is #556E18. Grayscale: #A1A1A1. Windows color (decimal): -5598745 or 15176106. OLE color: 15176106.

HSL color Cylindrical-coordinate representation of color #AA91E7: hue angle of 257.44º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA91E7 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 145 231 -
CMYK 0.26 0.37 0 0.09
HSL 257.44º 0.64% 0.74% -
HSV(B) 257.44º 0.37% 0.91% -
XYZ 41.13 34.57 80.11 -
YUV 162.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 170 145 231 0.26 0.37 0 0.09 257.44 0.64 0.74
Hex AA 91 E7 1A 25 0 9 101 40 4A
Octal 252 221 347 32 45 0 11 401 100 112
Binary 10101010 10010001 11100111 11010 100101 0 1001 100000001 1000000 1001010

Color Harmonies of #AA91E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA91E7

Black with #AA91E7

Text Example


Text Example

White with #AA91E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA91E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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