Html Css Color HEX #AC74DF Amethyst

📋 copy color: '#AC74DF'

red 172 ◦ green 116 ◦ blue 223

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

Shades of Amethyst #AC74DF

Tints of Amethyst #AC74DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.7%

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 33.66%
G = 22.7%
B = 43.64%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC74DF (or 0xAC74DF) is known color: Amethyst. HEX triplet: AC, 74 and DF. RGB value is (172,116,223). Sum of RGB (Red+Green+Blue) = 172+116+223=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC74DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74DF is #538B20. Grayscale: #909090. Windows color (decimal): -5475105 or 14644396. OLE color: 14644396.

HSL color Cylindrical-coordinate representation of color #AC74DF: hue angle of 271.4º degrees, saturation: 0.63, 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 #AC74DF is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 116 223 -
CMYK 0.23 0.48 0 0.13
HSL 271.4º 0.63% 0.66% -
HSV(B) 271.4º 0.48% 0.87% -
XYZ 36.58 26.59 73.02 -
YUV 144.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 172 116 223 0.23 0.48 0 0.13 271.4 0.63 0.66
Hex AC 74 DF 17 30 0 D 10F 3F 42
Octal 254 164 337 27 60 0 15 417 77 102
Binary 10101100 1110100 11011111 10111 110000 0 1101 100001111 111111 1000010

Color Harmonies of #AC74DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74DF

Black with #AC74DF

Text Example


Text Example

White with #AC74DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74DF; }

 p { color: rgb(172,116,223); }

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

background-color css

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

 a { background-color: rgb(172,116,223); }

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

border-color css

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

 span { border-color: rgb(172,116,223); }

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