#A4448B

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

Shades of Medium Red Violet #A4448B

Tints of Medium Red Violet #A4448B

Color information

#A4448B (or 0xA4448B) is unknown color: approx Medium Red Violet. HEX triplet: A4, 44 and 8B. RGB value is (164,68,139). Sum of RGB (Red+Green+Blue) = 164+68+139=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4448B is #5BBB74. Grayscale: #686868. Windows color (decimal): -6011765 or 9127076. OLE color: 9127076.

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

Color convert

RGB16468139-
CMYK00.590.150.36
HSL315.62º41.38%45.49%-
HSV(B)315.62º58.54%64.31%-
XYZ22.0413.8925.95-
YUV104.8147.3170.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=44.20%
G=18.33%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646813900.590.150.36315.6241.3845.49
HexA4448B03BF2413c292d
Octal24410421307317444745155
Binary1010010010001001000101101110111111100100100111100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4448B; }

 p { color: rgb(164,68,139); }

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

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

 a { background-color: rgb(164,68,139); }

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

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

 span { border-color: rgb(164,68,139); }

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