Html Css Color HEX #AC73D0 Amethyst

📋 copy color: '#AC73D0'

red 172 ◦ green 115 ◦ blue 208

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

Shades of Amethyst #AC73D0

Tints of Amethyst #AC73D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 34.75%
G = 23.23%
B = 42.02%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC73D0 (or 0xAC73D0) is known color: Amethyst. HEX triplet: AC, 73 and D0. RGB value is (172,115,208). Sum of RGB (Red+Green+Blue) = 172+115+208=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC73D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73D0 is #538C2F. Grayscale: #8E8E8E. Windows color (decimal): -5475376 or 13661100. OLE color: 13661100.

HSL color Cylindrical-coordinate representation of color #AC73D0: hue angle of 276.77º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC73D0 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 115 208 -
CMYK 0.17 0.45 0 0.18
HSL 276.77º 0.5% 0.63% -
HSV(B) 276.77º 0.45% 0.82% -
XYZ 34.53 25.59 62.79 -
YUV 142.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 172 115 208 0.17 0.45 0 0.18 276.77 0.5 0.63
Hex AC 73 D0 11 2D 0 12 115 32 3F
Octal 254 163 320 21 55 0 22 425 62 77
Binary 10101100 1110011 11010000 10001 101101 0 10010 100010101 110010 111111

Color Harmonies of #AC73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73D0

Black with #AC73D0

Text Example


Text Example

White with #AC73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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