#A82A75

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

Shades of Medium Red Violet #A82A75

Tints of Medium Red Violet #A82A75

Color information

#A82A75 (or 0xA82A75) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2A and 75. RGB value is (168,42,117). Sum of RGB (Red+Green+Blue) = 168+42+117=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82A75 is #57D58A. Grayscale: #585858. Windows color (decimal): -5756299 or 7678632. OLE color: 7678632.

HSL color Cylindrical-coordinate representation of color #A82A75: hue angle of 324.29º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82A75 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16842117-
CMYK00.750.300.34
HSL324.29º60%41.18%-
HSV(B)324.29º75%65.88%-
XYZ20.1911.2717.94-
YUV88.22144.24184.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 42 (16.80% from 255) = 12.84%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=51.38%
G=12.84%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684211700.750.300.34324.296041.18
HexA82A7504B1E221443c29
Octal25052165011336425047451
Binary1010100010101011101010100101111110100010101000100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82A75; }

 p { color: rgb(168,42,117); }

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

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

 a { background-color: rgb(168,42,117); }

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

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

 span { border-color: rgb(168,42,117); }

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