Html Css Color HEX #AC74D8 Amethyst

📋 copy color: '#AC74D8'

red 172 ◦ green 116 ◦ blue 216

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

Shades of Amethyst #AC74D8

Tints of Amethyst #AC74D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.86%

R = 34.13%
G = 23.02%
B = 42.86%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC74D8 (or 0xAC74D8) is known color: Amethyst. HEX triplet: AC, 74 and D8. RGB value is (172,116,216). Sum of RGB (Red+Green+Blue) = 172+116+216=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC74D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74D8 is #538B27. Grayscale: #8F8F8F. Windows color (decimal): -5475112 or 14185644. OLE color: 14185644.

HSL color Cylindrical-coordinate representation of color #AC74D8: hue angle of 273.6º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC74D8 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 116 216 -
CMYK 0.20 0.46 0 0.15
HSL 273.6º 0.56% 0.65% -
HSV(B) 273.6º 0.46% 0.85% -
XYZ 35.65 26.22 68.15 -
YUV 144.14 168.55 147.87 -
System Red Green Blue C M Y K H S L
Decimal 172 116 216 0.20 0.46 0 0.15 273.6 0.56 0.65
Hex AC 74 D8 14 2E 0 F 112 38 41
Octal 254 164 330 24 56 0 17 422 70 101
Binary 10101100 1110100 11011000 10100 101110 0 1111 100010010 111000 1000001

Color Harmonies of #AC74D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74D8

Black with #AC74D8

Text Example


Text Example

White with #AC74D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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