#A4248E

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

Shades of Medium Red Violet #A4248E

Tints of Medium Red Violet #A4248E

Color information

#A4248E (or 0xA4248E) is unknown color: approx Medium Red Violet. HEX triplet: A4, 24 and 8E. RGB value is (164,36,142). Sum of RGB (Red+Green+Blue) = 164+36+142=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4248E is #5BDB71. Grayscale: #565656. Windows color (decimal): -6019954 or 9315492. OLE color: 9315492.

HSL color Cylindrical-coordinate representation of color #A4248E: hue angle of 310.31º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4248E is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16436142-
CMYK00.780.130.36
HSL310.31º64%39.22%-
HSV(B)310.31º78.05%64.31%-
XYZ20.8211.1126.64-
YUV86.36159.41183.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 36 (14.45% from 255) = 10.53%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=47.95%
G=10.53%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643614200.780.130.36310.316439.22
HexA4248E04ED241364027
Octal244442160116154446610047
Binary10100100100100100011100100111011011001001001101101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4248E; }

 p { color: rgb(164,36,142); }

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

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

 a { background-color: rgb(164,36,142); }

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

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

 span { border-color: rgb(164,36,142); }

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