Html Css Color HEX #AA73C5 Amethyst

📋 copy color: '#AA73C5'

red 170 ◦ green 115 ◦ blue 197

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

Shades of Amethyst #AA73C5

Tints of Amethyst #AA73C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.87%

R = 35.27%
G = 23.86%
B = 40.87%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AA73C5 (or 0xAA73C5) is known color: Amethyst. HEX triplet: AA, 73 and C5. RGB value is (170,115,197). Sum of RGB (Red+Green+Blue) = 170+115+197=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA73C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73C5 is #558C3A. Grayscale: #8C8C8C. Windows color (decimal): -5606459 or 12940202. OLE color: 12940202.

HSL color Cylindrical-coordinate representation of color #AA73C5: hue angle of 280.24º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA73C5 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 115 197 -
CMYK 0.14 0.42 0 0.23
HSL 280.24º 0.41% 0.61% -
HSV(B) 280.24º 0.42% 0.77% -
XYZ 32.79 24.84 55.89 -
YUV 140.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 170 115 197 0.14 0.42 0 0.23 280.24 0.41 0.61
Hex AA 73 C5 E 2A 0 17 118 29 3D
Octal 252 163 305 16 52 0 27 430 51 75
Binary 10101010 1110011 11000101 1110 101010 0 10111 100011000 101001 111101

Color Harmonies of #AA73C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73C5

Black with #AA73C5

Text Example


Text Example

White with #AA73C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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