#AC75CB

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

Shades of Amethyst #AC75CB

Tints of Amethyst #AC75CB

Color information

#AC75CB (or 0xAC75CB) is unknown color: approx Amethyst. HEX triplet: AC, 75 and CB. RGB value is (172,117,203). Sum of RGB (Red+Green+Blue) = 172+117+203=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC75CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75CB is #538A34. Grayscale: #8E8E8E. Windows color (decimal): -5474869 or 13333932. OLE color: 13333932.

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

Color convert

RGB172117203-
CMYK0.150.4200.20
HSL278.37º45.26%62.75%-
HSV(B)278.37º42.36%79.61%-
XYZ34.1525.8159.68-
YUV143.25161.72148.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=34.96%
G=23.78%
B=41.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721172030.150.4200.20278.3745.2662.75
HexAC75CBF2A0141162d3f
Octal25416531317520244265577
Binary101011001110101110010111111101010010100100010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC75CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC75CB; }

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

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

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

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

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

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

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

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