#A5448E

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

Shades of Medium Red Violet #A5448E

Tints of Medium Red Violet #A5448E

Color information

#A5448E (or 0xA5448E) is unknown color: approx Medium Red Violet. HEX triplet: A5, 44 and 8E. RGB value is (165,68,142). Sum of RGB (Red+Green+Blue) = 165+68+142=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5448E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5448E is #5ABB71. Grayscale: #696969. Windows color (decimal): -5946226 or 9323685. OLE color: 9323685.

HSL color Cylindrical-coordinate representation of color #A5448E: hue angle of 314.23º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5448E is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB16568142-
CMYK00.590.140.35
HSL314.23º41.63%45.69%-
HSV(B)314.23º58.79%64.71%-
XYZ22.4714.0927.13-
YUV105.44148.64170.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=44%
G=18.13%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656814200.590.140.35314.2341.6345.69
HexA5448E03BE2313a2a2e
Octal24510421607316434725256
Binary1010010110001001000111001110111110100011100111010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5448E; }

 p { color: rgb(165,68,142); }

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

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

 a { background-color: rgb(165,68,142); }

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

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

 span { border-color: rgb(165,68,142); }

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