#A6427E

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

Shades of Medium Red Violet #A6427E

Tints of Medium Red Violet #A6427E

Color information

#A6427E (or 0xA6427E) is unknown color: approx Medium Red Violet. HEX triplet: A6, 42 and 7E. RGB value is (166,66,126). Sum of RGB (Red+Green+Blue) = 166+66+126=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6427E is #59BD81. Grayscale: #666666. Windows color (decimal): -5881218 or 8274598. OLE color: 8274598.

HSL color Cylindrical-coordinate representation of color #A6427E: hue angle of 324º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6427E is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16666126-
CMYK00.600.240.35
HSL324º43.1%45.49%-
HSV(B)324º60.24%65.1%-
XYZ21.4413.5121.22-
YUV102.74141.13173.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=46.37%
G=18.44%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666612600.600.240.3532443.145.49
HexA6427E03C18231442b2d
Octal24610217607430435045355
Binary1010011010000101111110011110011000100011101000100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6427E; }

 p { color: rgb(166,66,126); }

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

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

 a { background-color: rgb(166,66,126); }

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

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

 span { border-color: rgb(166,66,126); }

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