Html Css Color HEX #AA93DC Biloba Flower

📋 copy color: '#AA93DC'

red 170 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #AA93DC

Tints of Biloba Flower #AA93DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 31.66%
G = 27.37%
B = 40.97%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA93DC (or 0xAA93DC) is known color: Biloba Flower. HEX triplet: AA, 93 and DC. RGB value is (170,147,220). Sum of RGB (Red+Green+Blue) = 170+147+220=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA93DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93DC is #556C23. Grayscale: #A1A1A1. Windows color (decimal): -5598244 or 14455722. OLE color: 14455722.

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

Color convert

RGB 170 147 220 -
CMYK 0.23 0.33 0 0.14
HSL 258.9º 0.51% 0.72% -
HSV(B) 258.9º 0.33% 0.86% -
XYZ 39.93 34.58 72.28 -
YUV 162.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 170 147 220 0.23 0.33 0 0.14 258.9 0.51 0.72
Hex AA 93 DC 17 21 0 E 103 33 48
Octal 252 223 334 27 41 0 16 403 63 110
Binary 10101010 10010011 11011100 10111 100001 0 1110 100000011 110011 1001000

Color Harmonies of #AA93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA93DC

Black with #AA93DC

Text Example


Text Example

White with #AA93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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