Html Css Color HEX #A34389 Medium Red Violet

📋 copy color: '#A34389'

red 163 ◦ green 67 ◦ blue 137

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

Shades of Medium Red Violet #A34389

Tints of Medium Red Violet #A34389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.26%

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

R = 44.41%
G = 18.26%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A34389 (or 0xA34389) is known color: Medium Red Violet. HEX triplet: A3, 43 and 89. RGB value is (163,67,137). Sum of RGB (Red+Green+Blue) = 163+67+137=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A34389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34389 is #5CBC76. Grayscale: #676767. Windows color (decimal): -6077559 or 8995747. OLE color: 8995747.

HSL color Cylindrical-coordinate representation of color #A34389: hue angle of 316.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 #A34389 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 67 137 -
CMYK 0 0.59 0.16 0.36
HSL 316.25º 0.42% 0.45% -
HSV(B) 316.25º 0.59% 0.64% -
XYZ 21.63 13.61 25.15 -
YUV 103.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 163 67 137 0 0.59 0.16 0.36 316.25 0.42 0.45
Hex A3 43 89 0 3B 10 24 13C 2A 2D
Octal 243 103 211 0 73 20 44 474 52 55
Binary 10100011 1000011 10001001 0 111011 10000 100100 100111100 101010 101101

Color Harmonies of #A34389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34389

Black with #A34389

Text Example


Text Example

White with #A34389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34389; }

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

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

background-color css

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

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

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

border-color css

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

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

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