Html Css Color HEX #A34688 Medium Red Violet

📋 copy color: '#A34688'

red 163 ◦ green 70 ◦ blue 136

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

Shades of Medium Red Violet #A34688

Tints of Medium Red Violet #A34688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.97%

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 44.17%
G = 18.97%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A34688 (or 0xA34688) is known color: Medium Red Violet. HEX triplet: A3, 46 and 88. RGB value is (163,70,136). Sum of RGB (Red+Green+Blue) = 163+70+136=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A34688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34688 is #5CB977. Grayscale: #696969. Windows color (decimal): -6076792 or 8930979. OLE color: 8930979.

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

Color convert

RGB 163 70 136 -
CMYK 0 0.57 0.17 0.36
HSL 317.42º 0.4% 0.46% -
HSV(B) 317.42º 0.57% 0.64% -
XYZ 21.74 13.94 24.84 -
YUV 105.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 163 70 136 0 0.57 0.17 0.36 317.42 0.4 0.46
Hex A3 46 88 0 39 11 24 13D 28 2E
Octal 243 106 210 0 71 21 44 475 50 56
Binary 10100011 1000110 10001000 0 111001 10001 100100 100111101 101000 101110

Color Harmonies of #A34688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34688

Black with #A34688

Text Example


Text Example

White with #A34688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34688; }

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

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

background-color css

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

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

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

border-color css

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

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

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