#A62DA0

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

Shades of Medium Red Violet #A62DA0

Tints of Medium Red Violet #A62DA0

Color information

#A62DA0 (or 0xA62DA0) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2D and A0. RGB value is (166,45,160). Sum of RGB (Red+Green+Blue) = 166+45+160=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A62DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62DA0 is #59D25F. Grayscale: #5D5D5D. Windows color (decimal): -5886560 or 10497446. OLE color: 10497446.

HSL color Cylindrical-coordinate representation of color #A62DA0: hue angle of 302.98º 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 #A62DA0 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16645160-
CMYK00.730.040.35
HSL302.98º57.35%41.37%-
HSV(B)302.98º72.89%65.1%-
XYZ23.0112.5234.46-
YUV94.29165.09179.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 45 (17.97% from 255) = 12.13%
BLUE value IS 160 (62.89% from 255) = 43.13%
R=44.74%
G=12.13%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664516000.730.040.35302.9857.3541.37
HexA62DA004942312f3929
Octal2465524001114434577151
Binary101001101011011010000001001001100100011100101111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62DA0; }

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

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

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

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

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

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

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

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