Html Css Color HEX #A34887 Medium Red Violet

📋 copy color: '#A34887'

red 163 ◦ green 72 ◦ blue 135

#A34887
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A34887

Tints of Medium Red Violet #A34887

RGB

 RED value IS 163 (64.06% from 255) = 44.05%

 GREEN value IS 72 (28.52% from 255) = 19.46%

 BLUE value IS 135 (53.13% from 255) = 36.49%

R = 44.05%
G = 19.46%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A34887 (or 0xA34887) is known color: Medium Red Violet. HEX triplet: A3, 48 and 87. RGB value is (163,72,135). Sum of RGB (Red+Green+Blue) = 163+72+135=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A34887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34887 is #5CB778. Grayscale: #6A6A6A. Windows color (decimal): -6076281 or 8865955. OLE color: 8865955.

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

Color convert

RGB 163 72 135 -
CMYK 0 0.56 0.17 0.36
HSL 318.46º 0.39% 0.46% -
HSV(B) 318.46º 0.56% 0.64% -
XYZ 21.79 14.17 24.51 -
YUV 106.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 163 72 135 0 0.56 0.17 0.36 318.46 0.39 0.46
Hex A3 48 87 0 38 11 24 13E 27 2E
Octal 243 110 207 0 70 21 44 476 47 56
Binary 10100011 1001000 10000111 0 111000 10001 100100 100111110 100111 101110

Color Harmonies of #A34887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34887

Black with #A34887

Text Example


Text Example

White with #A34887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34887; }

 p { color: rgb(163,72,135); }

 H1.HeaderClassName
 {
   color: #A34887;
 }
 .AnyTagClassName
 {
   color: #A34887;
 }
</style>

background-color css

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

 a { background-color: rgb(163,72,135); }

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

border-color css

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

 span { border-color: rgb(163,72,135); }

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