Html Css Color HEX #A34C89 Medium Red Violet

📋 copy color: '#A34C89'

red 163 ◦ green 76 ◦ blue 137

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

Shades of Medium Red Violet #A34C89

Tints of Medium Red Violet #A34C89

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

 BLUE value IS 137 (53.91% from 255) = 36.44%

R = 43.35%
G = 20.21%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A34C89 (or 0xA34C89) is known color: Medium Red Violet. HEX triplet: A3, 4C and 89. RGB value is (163,76,137). Sum of RGB (Red+Green+Blue) = 163+76+137=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34C89 is #5CB376. Grayscale: #6C6C6C. Windows color (decimal): -6075255 or 8998051. OLE color: 8998051.

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

Color convert

RGB 163 76 137 -
CMYK 0 0.53 0.16 0.36
HSL 317.93º 0.36% 0.47% -
HSV(B) 317.93º 0.53% 0.64% -
XYZ 22.2 14.76 25.35 -
YUV 108.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 163 76 137 0 0.53 0.16 0.36 317.93 0.36 0.47
Hex A3 4C 89 0 35 10 24 13E 24 2F
Octal 243 114 211 0 65 20 44 476 44 57
Binary 10100011 1001100 10001001 0 110101 10000 100100 100111110 100100 101111

Color Harmonies of #A34C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C89

Black with #A34C89

Text Example


Text Example

White with #A34C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C89; }

 p { color: rgb(163,76,137); }

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

background-color css

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

 a { background-color: rgb(163,76,137); }

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

border-color css

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

 span { border-color: rgb(163,76,137); }

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