#A82D9C

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

Shades of Medium Red Violet #A82D9C

Tints of Medium Red Violet #A82D9C

Color information

#A82D9C (or 0xA82D9C) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2D and 9C. RGB value is (168,45,156). Sum of RGB (Red+Green+Blue) = 168+45+156=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82D9C is #57D263. Grayscale: #5E5E5E. Windows color (decimal): -5755492 or 10235304. OLE color: 10235304.

HSL color Cylindrical-coordinate representation of color #A82D9C: hue angle of 305.85º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D9C is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16845156-
CMYK00.730.070.34
HSL305.85º57.75%41.76%-
HSV(B)305.85º73.21%65.88%-
XYZ23.0912.632.67-
YUV94.43162.75180.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 45 (17.97% from 255) = 12.20%
BLUE value IS 156 (61.33% from 255) = 42.28%
R=45.53%
G=12.20%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684515600.730.070.34305.8557.7541.76
HexA82D9C0497221323a2a
Octal2505523401117424627252
Binary101010001011011001110001001001111100010100110010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82D9C; }

 p { color: rgb(168,45,156); }

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

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

 a { background-color: rgb(168,45,156); }

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

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

 span { border-color: rgb(168,45,156); }

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