#A824A1

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

Shades of Medium Red Violet #A824A1

Tints of Medium Red Violet #A824A1

Color information

#A824A1 (or 0xA824A1) is unknown color: approx Medium Red Violet. HEX triplet: A8, 24 and A1. RGB value is (168,36,161). Sum of RGB (Red+Green+Blue) = 168+36+161=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A824A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A824A1 is #57DB5E. Grayscale: #595959. Windows color (decimal): -5757791 or 10560680. OLE color: 10560680.

HSL color Cylindrical-coordinate representation of color #A824A1: hue angle of 303.18º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A824A1 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16836161-
CMYK00.790.040.34
HSL303.18º64.71%40%-
HSV(B)303.18º78.57%65.88%-
XYZ23.2112.1634.84-
YUV89.72168.23183.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 36 (14.45% from 255) = 9.86%
BLUE value IS 161 (63.28% from 255) = 44.11%
R=46.03%
G=9.86%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683616100.790.040.34303.1864.7140
HexA824A104F42212f4128
Octal25044241011744245710150
Binary1010100010010010100001010011111001000101001011111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A824A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A824A1; }

 p { color: rgb(168,36,161); }

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

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

 a { background-color: rgb(168,36,161); }

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

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

 span { border-color: rgb(168,36,161); }

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