#A6309C

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

Shades of Medium Red Violet #A6309C

Tints of Medium Red Violet #A6309C

Color information

#A6309C (or 0xA6309C) is unknown color: approx Medium Red Violet. HEX triplet: A6, 30 and 9C. RGB value is (166,48,156). Sum of RGB (Red+Green+Blue) = 166+48+156=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6309C is #59CF63. Grayscale: #5F5F5F. Windows color (decimal): -5885796 or 10236070. OLE color: 10236070.

HSL color Cylindrical-coordinate representation of color #A6309C: hue angle of 305.08º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A6309C is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB16648156-
CMYK00.710.060.35
HSL305.08º55.14%41.96%-
HSV(B)305.08º71.08%65.1%-
XYZ22.7812.6232.69-
YUV95.59162.09178.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 48 (19.14% from 255) = 12.97%
BLUE value IS 156 (61.33% from 255) = 42.16%
R=44.86%
G=12.97%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664815600.710.060.35305.0855.1441.96
HexA6309C047623131372a
Octal2466023401076434616752
Binary101001101100001001110001000111110100011100110001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6309C; }

 p { color: rgb(166,48,156); }

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

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

 a { background-color: rgb(166,48,156); }

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

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

 span { border-color: rgb(166,48,156); }

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