Html Css Color HEX #AC74DB Amethyst

📋 copy color: '#AC74DB'

red 172 ◦ green 116 ◦ blue 219

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

Shades of Amethyst #AC74DB

Tints of Amethyst #AC74DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 33.93%
G = 22.88%
B = 43.2%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC74DB (or 0xAC74DB) is known color: Amethyst. HEX triplet: AC, 74 and DB. RGB value is (172,116,219). Sum of RGB (Red+Green+Blue) = 172+116+219=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC74DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74DB is #538B24. Grayscale: #909090. Windows color (decimal): -5475109 or 14382252. OLE color: 14382252.

HSL color Cylindrical-coordinate representation of color #AC74DB: hue angle of 272.62º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC74DB is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 116 219 -
CMYK 0.21 0.47 0 0.14
HSL 272.62º 0.59% 0.66% -
HSV(B) 272.62º 0.47% 0.86% -
XYZ 36.04 26.38 70.21 -
YUV 144.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 172 116 219 0.21 0.47 0 0.14 272.62 0.59 0.66
Hex AC 74 DB 15 2F 0 E 111 3B 42
Octal 254 164 333 25 57 0 16 421 73 102
Binary 10101100 1110100 11011011 10101 101111 0 1110 100010001 111011 1000010

Color Harmonies of #AC74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC74DB

Black with #AC74DB

Text Example


Text Example

White with #AC74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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