Html Css Color HEX #AA73D2 Amethyst

📋 copy color: '#AA73D2'

red 170 ◦ green 115 ◦ blue 210

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

Shades of Amethyst #AA73D2

Tints of Amethyst #AA73D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.42%

R = 34.34%
G = 23.23%
B = 42.42%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA73D2 (or 0xAA73D2) is known color: Amethyst. HEX triplet: AA, 73 and D2. RGB value is (170,115,210). Sum of RGB (Red+Green+Blue) = 170+115+210=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA73D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73D2 is #558C2D. Grayscale: #8D8D8D. Windows color (decimal): -5606446 or 13792170. OLE color: 13792170.

HSL color Cylindrical-coordinate representation of color #AA73D2: hue angle of 274.74º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA73D2 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 115 210 -
CMYK 0.19 0.45 0 0.18
HSL 274.74º 0.51% 0.64% -
HSV(B) 274.74º 0.45% 0.82% -
XYZ 34.34 25.46 64.08 -
YUV 142.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 170 115 210 0.19 0.45 0 0.18 274.74 0.51 0.64
Hex AA 73 D2 13 2D 0 12 113 33 40
Octal 252 163 322 23 55 0 22 423 63 100
Binary 10101010 1110011 11010010 10011 101101 0 10010 100010011 110011 1000000

Color Harmonies of #AA73D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73D2

Black with #AA73D2

Text Example


Text Example

White with #AA73D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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