Html Css Color HEX #AC74DD Amethyst

📋 copy color: '#AC74DD'

red 172 ◦ green 116 ◦ blue 221

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

Shades of Amethyst #AC74DD

Tints of Amethyst #AC74DD

RGB

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

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

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

R = 33.79%
G = 22.79%
B = 43.42%

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

#AC74DD (or 0xAC74DD) is known color: Amethyst. HEX triplet: AC, 74 and DD. RGB value is (172,116,221). Sum of RGB (Red+Green+Blue) = 172+116+221=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC74DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74DD is #538B22. Grayscale: #909090. Windows color (decimal): -5475107 or 14513324. OLE color: 14513324.

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

Color convert

RGB 172 116 221 -
CMYK 0.22 0.48 0 0.13
HSL 272º 0.61% 0.66% -
HSV(B) 272º 0.48% 0.87% -
XYZ 36.31 26.48 71.6 -
YUV 144.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 172 116 221 0.22 0.48 0 0.13 272 0.61 0.66
Hex AC 74 DD 16 30 0 D 110 3D 42
Octal 254 164 335 26 60 0 15 420 75 102
Binary 10101100 1110100 11011101 10110 110000 0 1101 100010000 111101 1000010

Color Harmonies of #AC74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74DD

Black with #AC74DD

Text Example


Text Example

White with #AC74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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