Html Css Color HEX #AC73D9 Amethyst

📋 copy color: '#AC73D9'

red 172 ◦ green 115 ◦ blue 217

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

Shades of Amethyst #AC73D9

Tints of Amethyst #AC73D9

RGB

 RED value IS 172 (67.58% from 255) = 34.13%

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

 BLUE value IS 217 (85.16% from 255) = 43.06%

R = 34.13%
G = 22.82%
B = 43.06%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC73D9 (or 0xAC73D9) is known color: Amethyst. HEX triplet: AC, 73 and D9. RGB value is (172,115,217). Sum of RGB (Red+Green+Blue) = 172+115+217=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC73D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73D9 is #538C26. Grayscale: #8F8F8F. Windows color (decimal): -5475367 or 14250924. OLE color: 14250924.

HSL color Cylindrical-coordinate representation of color #AC73D9: hue angle of 273.53º degrees, saturation: 0.57, 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 #AC73D9 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 115 217 -
CMYK 0.21 0.47 0 0.15
HSL 273.53º 0.57% 0.65% -
HSV(B) 273.53º 0.47% 0.85% -
XYZ 35.67 26.04 68.79 -
YUV 143.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 172 115 217 0.21 0.47 0 0.15 273.53 0.57 0.65
Hex AC 73 D9 15 2F 0 F 112 39 41
Octal 254 163 331 25 57 0 17 422 71 101
Binary 10101100 1110011 11011001 10101 101111 0 1111 100010010 111001 1000001

Color Harmonies of #AC73D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73D9

Black with #AC73D9

Text Example


Text Example

White with #AC73D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73D9; }

 p { color: rgb(172,115,217); }

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

background-color css

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

 a { background-color: rgb(172,115,217); }

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

border-color css

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

 span { border-color: rgb(172,115,217); }

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