Html Css Color HEX #AC73CF Amethyst

📋 copy color: '#AC73CF'

red 172 ◦ green 115 ◦ blue 207

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

Shades of Amethyst #AC73CF

Tints of Amethyst #AC73CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 34.82%
G = 23.28%
B = 41.9%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC73CF (or 0xAC73CF) is known color: Amethyst. HEX triplet: AC, 73 and CF. RGB value is (172,115,207). Sum of RGB (Red+Green+Blue) = 172+115+207=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC73CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73CF is #538C30. Grayscale: #8E8E8E. Windows color (decimal): -5475377 or 13595564. OLE color: 13595564.

HSL color Cylindrical-coordinate representation of color #AC73CF: hue angle of 277.17º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC73CF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 115 207 -
CMYK 0.17 0.44 0 0.19
HSL 277.17º 0.49% 0.63% -
HSV(B) 277.17º 0.44% 0.81% -
XYZ 34.41 25.54 62.15 -
YUV 142.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 172 115 207 0.17 0.44 0 0.19 277.17 0.49 0.63
Hex AC 73 CF 11 2C 0 13 115 31 3F
Octal 254 163 317 21 54 0 23 425 61 77
Binary 10101100 1110011 11001111 10001 101100 0 10011 100010101 110001 111111

Color Harmonies of #AC73CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73CF

Black with #AC73CF

Text Example


Text Example

White with #AC73CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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