#A62D88

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

Shades of Medium Red Violet #A62D88

Tints of Medium Red Violet #A62D88

Color information

#A62D88 (or 0xA62D88) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2D and 88. RGB value is (166,45,136). Sum of RGB (Red+Green+Blue) = 166+45+136=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62D88 is #59D277. Grayscale: #5B5B5B. Windows color (decimal): -5886584 or 8924582. OLE color: 8924582.

HSL color Cylindrical-coordinate representation of color #A62D88: hue angle of 314.88º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62D88 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB16645136-
CMYK00.730.180.35
HSL314.88º57.35%41.37%-
HSV(B)314.88º72.89%65.1%-
XYZ21.1111.7624.45-
YUV91.55153.09181.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 45 (17.97% from 255) = 12.97%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=47.84%
G=12.97%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664513600.730.180.35314.8857.3541.37
HexA62D88049122313b3929
Octal24655210011122434737151
Binary10100110101101100010000100100110010100011100111011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62D88; }

 p { color: rgb(166,45,136); }

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

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

 a { background-color: rgb(166,45,136); }

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

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

 span { border-color: rgb(166,45,136); }

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