#AC74CB

Color #AC74CB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AC74CB

Tints of Amethyst #AC74CB

Color information

#AC74CB (or 0xAC74CB) is unknown color: approx Amethyst. HEX triplet: AC, 74 and CB. RGB value is (172,116,203). Sum of RGB (Red+Green+Blue) = 172+116+203=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC74CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC74CB is #538B34. Grayscale: #8E8E8E. Windows color (decimal): -5475125 or 13333676. OLE color: 13333676.

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

Color convert

RGB172116203-
CMYK0.150.4300.20
HSL278.62º45.55%62.55%-
HSV(B)278.62º42.86%79.61%-
XYZ34.0425.5759.64-
YUV142.66162.05148.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 116 (45.70% from 255) = 23.63%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=35.03%
G=23.63%
B=41.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721162030.150.4300.20278.6245.5562.55
HexAC74CBF2B0141172e3f
Octal25416431317530244275677
Binary101011001110100110010111111101011010100100010111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC74CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC74CB; }

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

 H1.HeaderClassName
 {
   color: #AC74CB;
 }
 .AnyTagClassName
 {
   color: #AC74CB;
 }
</style>
background-color css

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

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

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

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

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

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