#A3427F

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

Shades of Medium Red Violet #A3427F

Tints of Medium Red Violet #A3427F

Color information

#A3427F (or 0xA3427F) is unknown color: approx Medium Red Violet. HEX triplet: A3, 42 and 7F. RGB value is (163,66,127). Sum of RGB (Red+Green+Blue) = 163+66+127=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3427F is #5CBD80. Grayscale: #656565. Windows color (decimal): -6077825 or 8340131. OLE color: 8340131.

HSL color Cylindrical-coordinate representation of color #A3427F: hue angle of 322.27º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3427F is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16366127-
CMYK00.600.220.36
HSL322.27º42.36%44.9%-
HSV(B)322.27º59.51%63.92%-
XYZ20.8813.2221.53-
YUV101.96142.14171.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 127 (50% from 255) = 35.67%
R=45.79%
G=18.54%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636612700.600.220.36322.2742.3644.9
HexA3427F03C16241422a2d
Octal24310217707426445025255
Binary1010001110000101111111011110010110100100101000010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3427F; }

 p { color: rgb(163,66,127); }

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

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

 a { background-color: rgb(163,66,127); }

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

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

 span { border-color: rgb(163,66,127); }

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