Html Css Color HEX #AC74DA Amethyst

📋 copy color: '#AC74DA'

red 172 ◦ green 116 ◦ blue 218

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

Shades of Amethyst #AC74DA

Tints of Amethyst #AC74DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 33.99%
G = 22.92%
B = 43.08%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC74DA (or 0xAC74DA) is known color: Amethyst. HEX triplet: AC, 74 and DA. RGB value is (172,116,218). Sum of RGB (Red+Green+Blue) = 172+116+218=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC74DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74DA is #538B25. Grayscale: #909090. Windows color (decimal): -5475110 or 14316716. OLE color: 14316716.

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

Color convert

RGB 172 116 218 -
CMYK 0.21 0.47 0 0.15
HSL 272.94º 0.58% 0.65% -
HSV(B) 272.94º 0.47% 0.85% -
XYZ 35.91 26.32 69.52 -
YUV 144.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 172 116 218 0.21 0.47 0 0.15 272.94 0.58 0.65
Hex AC 74 DA 15 2F 0 F 111 3A 41
Octal 254 164 332 25 57 0 17 421 72 101
Binary 10101100 1110100 11011010 10101 101111 0 1111 100010001 111010 1000001

Color Harmonies of #AC74DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74DA

Black with #AC74DA

Text Example


Text Example

White with #AC74DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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