#A6238D

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

Shades of Medium Red Violet #A6238D

Tints of Medium Red Violet #A6238D

Color information

#A6238D (or 0xA6238D) is unknown color: approx Medium Red Violet. HEX triplet: A6, 23 and 8D. RGB value is (166,35,141). Sum of RGB (Red+Green+Blue) = 166+35+141=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6238D is #59DC72. Grayscale: #555555. Windows color (decimal): -5889139 or 9249702. OLE color: 9249702.

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

Color convert

RGB16635141-
CMYK00.790.150.35
HSL311.45º65.17%39.41%-
HSV(B)311.45º78.92%65.1%-
XYZ21.1311.2326.25-
YUV86.25158.9184.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 35 (14.06% from 255) = 10.23%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=48.54%
G=10.23%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663514100.790.150.35311.4565.1739.41
HexA6238D04FF231374127
Octal246432150117174346710147
Binary10100110100011100011010100111111111000111001101111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6238D; }

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

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

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

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

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

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

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

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