#A5219A

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

Shades of Medium Red Violet #A5219A

Tints of Medium Red Violet #A5219A

Color information

#A5219A (or 0xA5219A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 21 and 9A. RGB value is (165,33,154). Sum of RGB (Red+Green+Blue) = 165+33+154=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A5219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5219A is #5ADE65. Grayscale: #555555. Windows color (decimal): -5955174 or 10101157. OLE color: 10101157.

HSL color Cylindrical-coordinate representation of color #A5219A: hue angle of 305º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5219A is Cyan = 0, Magento = 0.8, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16533154-
CMYK00.80.070.35
HSL305º66.67%38.82%-
HSV(B)305º80%64.71%-
XYZ21.8911.4231.62-
YUV86.26166.23184.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 33 (13.28% from 255) = 9.38%
BLUE value IS 154 (60.55% from 255) = 43.75%
R=46.88%
G=9.38%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653315400.80.070.3530566.6738.82
HexA5219A0507231314327
Octal24541232012074346110347
Binary1010010110000110011010010100001111000111001100011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5219A; }

 p { color: rgb(165,33,154); }

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

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

 a { background-color: rgb(165,33,154); }

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

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

 span { border-color: rgb(165,33,154); }

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