#A61F97

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

Shades of Medium Red Violet #A61F97

Tints of Medium Red Violet #A61F97

Color information

#A61F97 (or 0xA61F97) is unknown color: approx Medium Red Violet. HEX triplet: A6, 1F and 97. RGB value is (166,31,151). Sum of RGB (Red+Green+Blue) = 166+31+151=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61F97 is #59E068. Grayscale: #545454. Windows color (decimal): -5890153 or 9904038. OLE color: 9904038.

HSL color Cylindrical-coordinate representation of color #A61F97: hue angle of 306.67º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A61F97 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB16631151-
CMYK00.810.090.35
HSL306.67º68.53%38.63%-
HSV(B)306.67º81.33%65.1%-
XYZ21.811.3230.31-
YUV85.04165.23185.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 31 (12.5% from 255) = 8.91%
BLUE value IS 151 (59.38% from 255) = 43.39%
R=47.70%
G=8.91%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663115100.810.090.35306.6768.5338.63
HexA61F970519231334527
Octal246372270121114346310547
Binary1010011011111100101110101000110011000111001100111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61F97; }

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

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

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

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

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

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

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

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