Html Css Color HEX #AA93DD Biloba Flower

📋 copy color: '#AA93DD'

red 170 ◦ green 147 ◦ blue 221

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

Shades of Biloba Flower #AA93DD

Tints of Biloba Flower #AA93DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 31.6%
G = 27.32%
B = 41.08%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA93DD (or 0xAA93DD) is known color: Biloba Flower. HEX triplet: AA, 93 and DD. RGB value is (170,147,221). Sum of RGB (Red+Green+Blue) = 170+147+221=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93DD is #556C22. Grayscale: #A2A2A2. Windows color (decimal): -5598243 or 14521258. OLE color: 14521258.

HSL color Cylindrical-coordinate representation of color #AA93DD: hue angle of 258.65º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA93DD is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 147 221 -
CMYK 0.23 0.33 0 0.13
HSL 258.65º 0.52% 0.72% -
HSV(B) 258.65º 0.33% 0.87% -
XYZ 40.06 34.63 72.98 -
YUV 162.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 170 147 221 0.23 0.33 0 0.13 258.65 0.52 0.72
Hex AA 93 DD 17 21 0 D 103 34 48
Octal 252 223 335 27 41 0 15 403 64 110
Binary 10101010 10010011 11011101 10111 100001 0 1101 100000011 110100 1001000

Color Harmonies of #AA93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93DD

Black with #AA93DD

Text Example


Text Example

White with #AA93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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