Html Css Color HEX #AA73C7 Amethyst

📋 copy color: '#AA73C7'

red 170 ◦ green 115 ◦ blue 199

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

Shades of Amethyst #AA73C7

Tints of Amethyst #AA73C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.12%

R = 35.12%
G = 23.76%
B = 41.12%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA73C7 (or 0xAA73C7) is known color: Amethyst. HEX triplet: AA, 73 and C7. RGB value is (170,115,199). Sum of RGB (Red+Green+Blue) = 170+115+199=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA73C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73C7 is #558C38. Grayscale: #8C8C8C. Windows color (decimal): -5606457 or 13071274. OLE color: 13071274.

HSL color Cylindrical-coordinate representation of color #AA73C7: hue angle of 279.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA73C7 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 115 199 -
CMYK 0.15 0.42 0 0.22
HSL 279.29º 0.43% 0.62% -
HSV(B) 279.29º 0.42% 0.78% -
XYZ 33.02 24.93 57.1 -
YUV 141.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 170 115 199 0.15 0.42 0 0.22 279.29 0.43 0.62
Hex AA 73 C7 F 2A 0 16 117 2B 3E
Octal 252 163 307 17 52 0 26 427 53 76
Binary 10101010 1110011 11000111 1111 101010 0 10110 100010111 101011 111110

Color Harmonies of #AA73C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA73C7

Black with #AA73C7

Text Example


Text Example

White with #AA73C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA73C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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