Html Css Color HEX #AC73CE Amethyst

📋 copy color: '#AC73CE'

red 172 ◦ green 115 ◦ blue 206

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

Shades of Amethyst #AC73CE

Tints of Amethyst #AC73CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 34.89%
G = 23.33%
B = 41.78%

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

#AC73CE (or 0xAC73CE) is known color: Amethyst. HEX triplet: AC, 73 and CE. RGB value is (172,115,206). Sum of RGB (Red+Green+Blue) = 172+115+206=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC73CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73CE is #538C31. Grayscale: #8E8E8E. Windows color (decimal): -5475378 or 13530028. OLE color: 13530028.

HSL color Cylindrical-coordinate representation of color #AC73CE: hue angle of 277.58º degrees, saturation: 0.48, 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 #AC73CE is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 115 206 -
CMYK 0.17 0.44 0 0.19
HSL 277.58º 0.48% 0.63% -
HSV(B) 277.58º 0.44% 0.81% -
XYZ 34.28 25.49 61.51 -
YUV 142.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 172 115 206 0.17 0.44 0 0.19 277.58 0.48 0.63
Hex AC 73 CE 11 2C 0 13 116 30 3F
Octal 254 163 316 21 54 0 23 426 60 77
Binary 10101100 1110011 11001110 10001 101100 0 10011 100010110 110000 111111

Color Harmonies of #AC73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73CE

Black with #AC73CE

Text Example


Text Example

White with #AC73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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