Html Css Color HEX #AA73DA Amethyst

📋 copy color: '#AA73DA'

red 170 ◦ green 115 ◦ blue 218

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

Shades of Amethyst #AA73DA

Tints of Amethyst #AA73DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.86%

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 33.8%
G = 22.86%
B = 43.34%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA73DA (or 0xAA73DA) is known color: Amethyst. HEX triplet: AA, 73 and DA. RGB value is (170,115,218). Sum of RGB (Red+Green+Blue) = 170+115+218=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA73DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73DA is #558C25. Grayscale: #8E8E8E. Windows color (decimal): -5606438 or 14316458. OLE color: 14316458.

HSL color Cylindrical-coordinate representation of color #AA73DA: hue angle of 272.04º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA73DA is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 115 218 -
CMYK 0.22 0.47 0 0.15
HSL 272.04º 0.58% 0.65% -
HSV(B) 272.04º 0.47% 0.85% -
XYZ 35.36 25.87 69.46 -
YUV 143.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 170 115 218 0.22 0.47 0 0.15 272.04 0.58 0.65
Hex AA 73 DA 16 2F 0 F 110 3A 41
Octal 252 163 332 26 57 0 17 420 72 101
Binary 10101010 1110011 11011010 10110 101111 0 1111 100010000 111010 1000001

Color Harmonies of #AA73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73DA

Black with #AA73DA

Text Example


Text Example

White with #AA73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73DA; }

 p { color: rgb(170,115,218); }

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

background-color css

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

 a { background-color: rgb(170,115,218); }

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

border-color css

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

 span { border-color: rgb(170,115,218); }

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