Html Css Color HEX #AC73D7 Amethyst

📋 copy color: '#AC73D7'

red 172 ◦ green 115 ◦ blue 215

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

Shades of Amethyst #AC73D7

Tints of Amethyst #AC73D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.83%

R = 34.26%
G = 22.91%
B = 42.83%

CMYK

 C value IS 0.2

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC73D7 (or 0xAC73D7) is known color: Amethyst. HEX triplet: AC, 73 and D7. RGB value is (172,115,215). Sum of RGB (Red+Green+Blue) = 172+115+215=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC73D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73D7 is #538C28. Grayscale: #8F8F8F. Windows color (decimal): -5475369 or 14119852. OLE color: 14119852.

HSL color Cylindrical-coordinate representation of color #AC73D7: hue angle of 274.2º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC73D7 is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 115 215 -
CMYK 0.2 0.47 0 0.16
HSL 274.2º 0.56% 0.65% -
HSV(B) 274.2º 0.47% 0.84% -
XYZ 35.41 25.94 67.43 -
YUV 143.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 172 115 215 0.2 0.47 0 0.16 274.2 0.56 0.65
Hex AC 73 D7 14 2F 0 10 112 38 41
Octal 254 163 327 24 57 0 20 422 70 101
Binary 10101100 1110011 11010111 10100 101111 0 10000 100010010 111000 1000001

Color Harmonies of #AC73D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73D7

Black with #AC73D7

Text Example


Text Example

White with #AC73D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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