Html Css Color HEX #AA93CE Biloba Flower

📋 copy color: '#AA93CE'

red 170 ◦ green 147 ◦ blue 206

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

Shades of Biloba Flower #AA93CE

Tints of Biloba Flower #AA93CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 32.5%
G = 28.11%
B = 39.39%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA93CE (or 0xAA93CE) is known color: Biloba Flower. HEX triplet: AA, 93 and CE. RGB value is (170,147,206). Sum of RGB (Red+Green+Blue) = 170+147+206=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA93CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93CE is #556C31. Grayscale: #A0A0A0. Windows color (decimal): -5598258 or 13538218. OLE color: 13538218.

HSL color Cylindrical-coordinate representation of color #AA93CE: hue angle of 263.39º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA93CE is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 147 206 -
CMYK 0.17 0.29 0 0.19
HSL 263.39º 0.38% 0.69% -
HSV(B) 263.39º 0.29% 0.81% -
XYZ 38.15 33.87 62.92 -
YUV 160.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 170 147 206 0.17 0.29 0 0.19 263.39 0.38 0.69
Hex AA 93 CE 11 1D 0 13 107 26 45
Octal 252 223 316 21 35 0 23 407 46 105
Binary 10101010 10010011 11001110 10001 11101 0 10011 100000111 100110 1000101

Color Harmonies of #AA93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93CE

Black with #AA93CE

Text Example


Text Example

White with #AA93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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