#A82B74

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

Shades of Medium Red Violet #A82B74

Tints of Medium Red Violet #A82B74

Color information

#A82B74 (or 0xA82B74) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2B and 74. RGB value is (168,43,116). Sum of RGB (Red+Green+Blue) = 168+43+116=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82B74 is #57D48B. Grayscale: #585858. Windows color (decimal): -5756044 or 7613352. OLE color: 7613352.

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

Color convert

RGB16843116-
CMYK00.740.310.34
HSL324.96º59.24%41.37%-
HSV(B)324.96º74.4%65.88%-
XYZ20.1611.3117.64-
YUV88.7143.41184.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.38%
GREEN value IS 43 (17.19% from 255) = 13.15%
BLUE value IS 116 (45.70% from 255) = 35.47%
R=51.38%
G=13.15%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684311600.740.310.34324.9659.2441.37
HexA82B7404A1F221453b29
Octal25053164011237425057351
Binary1010100010101111101000100101011111100010101000101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82B74; }

 p { color: rgb(168,43,116); }

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

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

 a { background-color: rgb(168,43,116); }

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

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

 span { border-color: rgb(168,43,116); }

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