Html Css Color HEX #AA93E8 Biloba Flower

📋 copy color: '#AA93E8'

red 170 ◦ green 147 ◦ blue 232

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

Shades of Biloba Flower #AA93E8

Tints of Biloba Flower #AA93E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.26%

R = 30.97%
G = 26.78%
B = 42.26%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA93E8 (or 0xAA93E8) is known color: Biloba Flower. HEX triplet: AA, 93 and E8. RGB value is (170,147,232). Sum of RGB (Red+Green+Blue) = 170+147+232=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 232 (91.02% from 255 or 42.26% from 549); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA93E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93E8 is #556C17. Grayscale: #A3A3A3. Windows color (decimal): -5598232 or 15242154. OLE color: 15242154.

HSL color Cylindrical-coordinate representation of color #AA93E8: hue angle of 256.24º degrees, saturation: 0.65, 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 #AA93E8 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 147 232 -
CMYK 0.27 0.37 0 0.09
HSL 256.24º 0.65% 0.74% -
HSV(B) 256.24º 0.37% 0.91% -
XYZ 41.58 35.24 80.95 -
YUV 163.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 170 147 232 0.27 0.37 0 0.09 256.24 0.65 0.74
Hex AA 93 E8 1B 25 0 9 100 41 4A
Octal 252 223 350 33 45 0 11 400 101 112
Binary 10101010 10010011 11101000 11011 100101 0 1001 100000000 1000001 1001010

Color Harmonies of #AA93E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93E8

Black with #AA93E8

Text Example


Text Example

White with #AA93E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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