#A6308F

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

Shades of Medium Red Violet #A6308F

Tints of Medium Red Violet #A6308F

Color information

#A6308F (or 0xA6308F) is unknown color: approx Medium Red Violet. HEX triplet: A6, 30 and 8F. RGB value is (166,48,143). Sum of RGB (Red+Green+Blue) = 166+48+143=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6308F is #59CF70. Grayscale: #5D5D5D. Windows color (decimal): -5885809 or 9384102. OLE color: 9384102.

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

Color convert

RGB16648143-
CMYK00.710.140.35
HSL311.69º55.14%41.96%-
HSV(B)311.69º71.08%65.1%-
XYZ21.7412.227.2-
YUV94.11155.59179.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 48 (19.14% from 255) = 13.45%
BLUE value IS 143 (56.25% from 255) = 40.06%
R=46.50%
G=13.45%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664814300.710.140.35311.6955.1441.96
HexA6308F047E23138372a
Octal24660217010716434706752
Binary1010011011000010001111010001111110100011100111000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6308F; }

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

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

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

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

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

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

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

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