Html Css Color HEX #AA93D7 Biloba Flower

📋 copy color: '#AA93D7'

red 170 ◦ green 147 ◦ blue 215

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

Shades of Biloba Flower #AA93D7

Tints of Biloba Flower #AA93D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.41%

R = 31.95%
G = 27.63%
B = 40.41%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA93D7 (or 0xAA93D7) is known color: Biloba Flower. HEX triplet: AA, 93 and D7. RGB value is (170,147,215). Sum of RGB (Red+Green+Blue) = 170+147+215=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA93D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93D7 is #556C28. Grayscale: #A1A1A1. Windows color (decimal): -5598249 or 14128042. OLE color: 14128042.

HSL color Cylindrical-coordinate representation of color #AA93D7: hue angle of 260.29º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA93D7 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 147 215 -
CMYK 0.21 0.32 0 0.16
HSL 260.29º 0.46% 0.71% -
HSV(B) 260.29º 0.32% 0.84% -
XYZ 39.28 34.32 68.84 -
YUV 161.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 170 147 215 0.21 0.32 0 0.16 260.29 0.46 0.71
Hex AA 93 D7 15 20 0 10 104 2E 47
Octal 252 223 327 25 40 0 20 404 56 107
Binary 10101010 10010011 11010111 10101 100000 0 10000 100000100 101110 1000111

Color Harmonies of #AA93D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93D7

Black with #AA93D7

Text Example


Text Example

White with #AA93D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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