Html Css Color HEX #AC73DD Amethyst

📋 copy color: '#AC73DD'

red 172 ◦ green 115 ◦ blue 221

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

Shades of Amethyst #AC73DD

Tints of Amethyst #AC73DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 33.86%
G = 22.64%
B = 43.5%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC73DD (or 0xAC73DD) is known color: Amethyst. HEX triplet: AC, 73 and DD. RGB value is (172,115,221). Sum of RGB (Red+Green+Blue) = 172+115+221=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC73DD is #538C22. Grayscale: #8F8F8F. Windows color (decimal): -5475363 or 14513068. OLE color: 14513068.

HSL color Cylindrical-coordinate representation of color #AC73DD: hue angle of 272.26º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC73DD is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 115 221 -
CMYK 0.22 0.48 0 0.13
HSL 272.26º 0.61% 0.66% -
HSV(B) 272.26º 0.48% 0.87% -
XYZ 36.2 26.25 71.57 -
YUV 144.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 172 115 221 0.22 0.48 0 0.13 272.26 0.61 0.66
Hex AC 73 DD 16 30 0 D 110 3D 42
Octal 254 163 335 26 60 0 15 420 75 102
Binary 10101100 1110011 11011101 10110 110000 0 1101 100010000 111101 1000010

Color Harmonies of #AC73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC73DD

Black with #AC73DD

Text Example


Text Example

White with #AC73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC73DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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