#A34284

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

Shades of Medium Red Violet #A34284

Tints of Medium Red Violet #A34284

Color information

#A34284 (or 0xA34284) is unknown color: approx Medium Red Violet. HEX triplet: A3, 42 and 84. RGB value is (163,66,132). Sum of RGB (Red+Green+Blue) = 163+66+132=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A34284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34284 is #5CBD7B. Grayscale: #666666. Windows color (decimal): -6077820 or 8667811. OLE color: 8667811.

HSL color Cylindrical-coordinate representation of color #A34284: hue angle of 319.18º 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 #A34284 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB16366132-
CMYK00.600.190.36
HSL319.18º42.36%44.9%-
HSV(B)319.18º59.51%63.92%-
XYZ21.2213.3523.29-
YUV102.53144.64171.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=45.15%
G=18.28%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636613200.600.190.36319.1842.3644.9
HexA3428403C132413f2a2d
Octal24310220407423444775255
Binary10100011100001010000100011110010011100100100111111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34284; }

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

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

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

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

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

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

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

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