#A34381

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

Shades of Medium Red Violet #A34381

Tints of Medium Red Violet #A34381

Color information

#A34381 (or 0xA34381) is unknown color: approx Medium Red Violet. HEX triplet: A3, 43 and 81. RGB value is (163,67,129). Sum of RGB (Red+Green+Blue) = 163+67+129=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A34381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34381 is #5CBC7E. Grayscale: #666666. Windows color (decimal): -6077567 or 8471459. OLE color: 8471459.

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

Color convert

RGB16367129-
CMYK00.590.210.36
HSL321.25º41.74%45.1%-
HSV(B)321.25º58.9%63.92%-
XYZ21.0713.3922.24-
YUV102.77142.8170.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 67 (26.56% from 255) = 18.66%
BLUE value IS 129 (50.78% from 255) = 35.93%
R=45.40%
G=18.66%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636712900.590.210.36321.2541.7445.1
HexA3438103B15241412a2d
Octal24310320107325445015255
Binary10100011100001110000001011101110101100100101000001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34381; }

 p { color: rgb(163,67,129); }

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

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

 a { background-color: rgb(163,67,129); }

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

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

 span { border-color: rgb(163,67,129); }

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