#A2448D

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

Shades of Medium Red Violet #A2448D

Tints of Medium Red Violet #A2448D

Color information

#A2448D (or 0xA2448D) is unknown color: approx Medium Red Violet. HEX triplet: A2, 44 and 8D. RGB value is (162,68,141). Sum of RGB (Red+Green+Blue) = 162+68+141=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2448D is #5DBB72. Grayscale: #686868. Windows color (decimal): -6142835 or 9258146. OLE color: 9258146.

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

Color convert

RGB16268141-
CMYK00.580.130.36
HSL313.4º40.87%45.1%-
HSV(B)313.4º58.02%63.53%-
XYZ21.7813.7426.7-
YUV104.43148.64169.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=43.67%
G=18.33%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626814100.580.130.36313.440.8745.1
HexA2448D03AD24139292d
Octal24210421507215444715155
Binary1010001010001001000110101110101101100100100111001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2448D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2448D; }

 p { color: rgb(162,68,141); }

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

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

 a { background-color: rgb(162,68,141); }

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

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

 span { border-color: rgb(162,68,141); }

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