#A34B88

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

Shades of Medium Red Violet #A34B88

Tints of Medium Red Violet #A34B88

Color information

#A34B88 (or 0xA34B88) is unknown color: approx Medium Red Violet. HEX triplet: A3, 4B and 88. RGB value is (163,75,136). Sum of RGB (Red+Green+Blue) = 163+75+136=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B88 is #5CB477. Grayscale: #6C6C6C. Windows color (decimal): -6075512 or 8932259. OLE color: 8932259.

HSL color Cylindrical-coordinate representation of color #A34B88: hue angle of 318.41º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A34B88 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16375136-
CMYK00.540.170.36
HSL318.41º36.97%46.67%-
HSV(B)318.41º53.99%63.92%-
XYZ22.0614.624.95-
YUV108.27143.65167.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.58%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=43.58%
G=20.05%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637513600.540.170.36318.4136.9746.67
HexA34B88036112413e252f
Octal24311321006621444764557
Binary10100011100101110001000011011010001100100100111110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B88; }

 p { color: rgb(163,75,136); }

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

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

 a { background-color: rgb(163,75,136); }

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

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

 span { border-color: rgb(163,75,136); }

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