#A2448F

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

Shades of Medium Red Violet #A2448F

Tints of Medium Red Violet #A2448F

Color information

#A2448F (or 0xA2448F) is unknown color: approx Medium Red Violet. HEX triplet: A2, 44 and 8F. RGB value is (162,68,143). Sum of RGB (Red+Green+Blue) = 162+68+143=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2448F is #5DBB70. Grayscale: #686868. Windows color (decimal): -6142833 or 9389218. OLE color: 9389218.

HSL color Cylindrical-coordinate representation of color #A2448F: hue angle of 312.13º 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 #A2448F is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16268143-
CMYK00.580.120.36
HSL312.13º40.87%45.1%-
HSV(B)312.13º58.02%63.53%-
XYZ21.9313.827.49-
YUV104.66149.64168.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 68 (26.95% from 255) = 18.23%
BLUE value IS 143 (56.25% from 255) = 38.34%
R=43.43%
G=18.23%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626814300.580.120.36312.1340.8745.1
HexA2448F03AC24138292d
Octal24210421707214444705155
Binary1010001010001001000111101110101100100100100111000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2448F; }

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

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

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

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

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

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

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

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