#A62A8B

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

Shades of Medium Red Violet #A62A8B

Tints of Medium Red Violet #A62A8B

Color information

#A62A8B (or 0xA62A8B) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2A and 8B. RGB value is (166,42,139). Sum of RGB (Red+Green+Blue) = 166+42+139=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62A8B is #59D574. Grayscale: #595959. Windows color (decimal): -5887349 or 9120422. OLE color: 9120422.

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

Color convert

RGB16642139-
CMYK00.750.160.35
HSL313.06º59.62%40.78%-
HSV(B)313.06º74.7%65.1%-
XYZ21.2111.6325.55-
YUV90.13155.58182.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.84%
GREEN value IS 42 (16.80% from 255) = 12.10%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=47.84%
G=12.10%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664213900.750.160.35313.0659.6240.78
HexA62A8B04B10231393c29
Octal24652213011320434717451
Binary10100110101010100010110100101110000100011100111001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62A8B; }

 p { color: rgb(166,42,139); }

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

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

 a { background-color: rgb(166,42,139); }

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

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

 span { border-color: rgb(166,42,139); }

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