#A6238A

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

Shades of Medium Red Violet #A6238A

Tints of Medium Red Violet #A6238A

Color information

#A6238A (or 0xA6238A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 23 and 8A. RGB value is (166,35,138). Sum of RGB (Red+Green+Blue) = 166+35+138=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6238A is #59DC75. Grayscale: #555555. Windows color (decimal): -5889142 or 9053094. OLE color: 9053094.

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

Color convert

RGB16635138-
CMYK00.790.170.35
HSL312.82º65.17%39.41%-
HSV(B)312.82º78.92%65.1%-
XYZ20.9111.1425.09-
YUV85.91157.4185.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 35 (14.06% from 255) = 10.32%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=48.97%
G=10.32%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663513800.790.170.35312.8265.1739.41
HexA6238A04F11231394127
Octal246432120117214347110147
Binary101001101000111000101001001111100011000111001110011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6238A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6238A; }

 p { color: rgb(166,35,138); }

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

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

 a { background-color: rgb(166,35,138); }

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

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

 span { border-color: rgb(166,35,138); }

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