Html Css Color HEX #AA73DD Amethyst

📋 copy color: '#AA73DD'

red 170 ◦ green 115 ◦ blue 221

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

Shades of Amethyst #AA73DD

Tints of Amethyst #AA73DD

RGB

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

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

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

R = 33.6%
G = 22.73%
B = 43.68%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA73DD (or 0xAA73DD) is known color: Amethyst. HEX triplet: AA, 73 and DD. RGB value is (170,115,221). Sum of RGB (Red+Green+Blue) = 170+115+221=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73DD is #558C22. Grayscale: #8F8F8F. Windows color (decimal): -5606435 or 14513066. OLE color: 14513066.

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

Color convert

RGB 170 115 221 -
CMYK 0.23 0.48 0 0.13
HSL 271.13º 0.61% 0.66% -
HSV(B) 271.13º 0.48% 0.87% -
XYZ 35.76 26.03 71.55 -
YUV 143.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 170 115 221 0.23 0.48 0 0.13 271.13 0.61 0.66
Hex AA 73 DD 17 30 0 D 10F 3D 42
Octal 252 163 335 27 60 0 15 417 75 102
Binary 10101010 1110011 11011101 10111 110000 0 1101 100001111 111101 1000010

Color Harmonies of #AA73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73DD

Black with #AA73DD

Text Example


Text Example

White with #AA73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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