#AC268F

Color #AC268F Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AC268F

Tints of Medium Red Violet #AC268F

Color information

#AC268F (or 0xAC268F) is unknown color: approx Medium Red Violet. HEX triplet: AC, 26 and 8F. RGB value is (172,38,143). Sum of RGB (Red+Green+Blue) = 172+38+143=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC268F is #53D970. Grayscale: #595959. Windows color (decimal): -5495153 or 9381548. OLE color: 9381548.

HSL color Cylindrical-coordinate representation of color #AC268F: hue angle of 312.99º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC268F is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB17238143-
CMYK00.780.170.33
HSL312.99º63.81%41.18%-
HSV(B)312.99º77.91%67.45%-
XYZ22.6612.1427.14-
YUV90.04157.89186.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 38 (15.23% from 255) = 10.76%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=48.73%
G=10.76%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723814300.780.170.33312.9963.8141.18
HexAC268F04E11211394029
Octal254462170116214147110051
Binary101011001001101000111101001110100011000011001110011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC268F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC268F; }

 p { color: rgb(172,38,143); }

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

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

 a { background-color: rgb(172,38,143); }

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

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

 span { border-color: rgb(172,38,143); }

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