Html Css Color HEX #AA93E7 Biloba Flower

📋 copy color: '#AA93E7'

red 170 ◦ green 147 ◦ blue 231

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

Shades of Biloba Flower #AA93E7

Tints of Biloba Flower #AA93E7

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.82%

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

R = 31.02%
G = 26.82%
B = 42.15%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA93E7 (or 0xAA93E7) is known color: Biloba Flower. HEX triplet: AA, 93 and E7. RGB value is (170,147,231). Sum of RGB (Red+Green+Blue) = 170+147+231=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA93E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93E7 is #556C18. Grayscale: #A3A3A3. Windows color (decimal): -5598233 or 15176618. OLE color: 15176618.

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

Color convert

RGB 170 147 231 -
CMYK 0.26 0.36 0 0.09
HSL 256.43º 0.64% 0.74% -
HSV(B) 256.43º 0.36% 0.91% -
XYZ 41.44 35.18 80.21 -
YUV 163.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 170 147 231 0.26 0.36 0 0.09 256.43 0.64 0.74
Hex AA 93 E7 1A 24 0 9 100 40 4A
Octal 252 223 347 32 44 0 11 400 100 112
Binary 10101010 10010011 11100111 11010 100100 0 1001 100000000 1000000 1001010

Color Harmonies of #AA93E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93E7

Black with #AA93E7

Text Example


Text Example

White with #AA93E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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