#A2408F

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

Shades of Medium Red Violet #A2408F

Tints of Medium Red Violet #A2408F

Color information

#A2408F (or 0xA2408F) is unknown color: approx Medium Red Violet. HEX triplet: A2, 40 and 8F. RGB value is (162,64,143). Sum of RGB (Red+Green+Blue) = 162+64+143=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2408F is #5DBF70. Grayscale: #666666. Windows color (decimal): -6143857 or 9388194. OLE color: 9388194.

HSL color Cylindrical-coordinate representation of color #A2408F: hue angle of 311.63º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2408F is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16264143-
CMYK00.600.120.36
HSL311.63º43.36%44.31%-
HSV(B)311.63º60.49%63.53%-
XYZ21.6913.3327.42-
YUV102.31150.97170.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=43.90%
G=17.34%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626414300.600.120.36311.6343.3644.31
HexA2408F03CC241382b2c
Octal24210021707414444705354
Binary1010001010000001000111101111001100100100100111000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2408F; }

 p { color: rgb(162,64,143); }

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

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

 a { background-color: rgb(162,64,143); }

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

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

 span { border-color: rgb(162,64,143); }

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