#AC70CB

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

Shades of Amethyst #AC70CB

Tints of Amethyst #AC70CB

Color information

#AC70CB (or 0xAC70CB) is unknown color: approx Amethyst. HEX triplet: AC, 70 and CB. RGB value is (172,112,203). Sum of RGB (Red+Green+Blue) = 172+112+203=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC70CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC70CB is #538F34. Grayscale: #8C8C8C. Windows color (decimal): -5476149 or 13332652. OLE color: 13332652.

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

Color convert

RGB172112203-
CMYK0.150.4500.20
HSL279.56º46.67%61.76%-
HSV(B)279.56º44.83%79.61%-
XYZ33.5924.6759.49-
YUV140.31163.38150.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 112 (44.14% from 255) = 23.00%
BLUE value IS 203 (79.69% from 255) = 41.68%
R=35.32%
G=23.00%
B=41.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721122030.150.4500.20279.5646.6761.76
HexAC70CBF2D0141182f3e
Octal25416031317550244305776
Binary101011001110000110010111111101101010100100011000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC70CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC70CB; }

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

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

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

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

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

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

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

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