#A82A8E

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

Shades of Medium Red Violet #A82A8E

Tints of Medium Red Violet #A82A8E

Color information

#A82A8E (or 0xA82A8E) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2A and 8E. RGB value is (168,42,142). Sum of RGB (Red+Green+Blue) = 168+42+142=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82A8E is #57D571. Grayscale: #5A5A5A. Windows color (decimal): -5756274 or 9317032. OLE color: 9317032.

HSL color Cylindrical-coordinate representation of color #A82A8E: hue angle of 312.38º 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 #A82A8E is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB16842142-
CMYK00.750.150.34
HSL312.38º60%41.18%-
HSV(B)312.38º75%65.88%-
XYZ21.8611.9326.74-
YUV91.07156.74182.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.73%
GREEN value IS 42 (16.80% from 255) = 11.93%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=47.73%
G=11.93%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684214200.750.150.34312.386041.18
HexA82A8E04BF221383c29
Octal25052216011317424707451
Binary1010100010101010001110010010111111100010100111000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82A8E; }

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

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

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

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

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

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

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

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