#A4407B

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

Shades of Medium Red Violet #A4407B

Tints of Medium Red Violet #A4407B

Color information

#A4407B (or 0xA4407B) is unknown color: approx Medium Red Violet. HEX triplet: A4, 40 and 7B. RGB value is (164,64,123). Sum of RGB (Red+Green+Blue) = 164+64+123=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A4407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4407B is #5BBF84. Grayscale: #646464. Windows color (decimal): -6012805 or 8077476. OLE color: 8077476.

HSL color Cylindrical-coordinate representation of color #A4407B: hue angle of 324.6º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4407B is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16464123-
CMYK00.610.250.36
HSL324.6º43.86%44.71%-
HSV(B)324.6º60.98%64.31%-
XYZ20.7212.9920.15-
YUV100.63140.63173.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 123 (48.44% from 255) = 35.04%
R=46.72%
G=18.23%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646412300.610.250.36324.643.8644.71
HexA4407B03D19241452c2d
Octal24410017307531445055455
Binary1010010010000001111011011110111001100100101000101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4407B; }

 p { color: rgb(164,64,123); }

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

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

 a { background-color: rgb(164,64,123); }

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

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

 span { border-color: rgb(164,64,123); }

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