#A62A97

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

Shades of Medium Red Violet #A62A97

Tints of Medium Red Violet #A62A97

Color information

#A62A97 (or 0xA62A97) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2A and 97. RGB value is (166,42,151). Sum of RGB (Red+Green+Blue) = 166+42+151=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62A97 is #59D568. Grayscale: #5B5B5B. Windows color (decimal): -5887337 or 9906854. OLE color: 9906854.

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

Color convert

RGB16642151-
CMYK00.750.090.35
HSL307.26º59.62%40.78%-
HSV(B)307.26º74.7%65.1%-
XYZ22.141230.43-
YUV91.5161.58181.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 42 (16.80% from 255) = 11.70%
BLUE value IS 151 (59.38% from 255) = 42.06%
R=46.24%
G=11.70%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664215100.750.090.35307.2659.6240.78
HexA62A9704B9231333c29
Octal24652227011311434637451
Binary1010011010101010010111010010111001100011100110011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62A97; }

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

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

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

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

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

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

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

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