Html Css Color HEX #A34087 Medium Red Violet

📋 copy color: '#A34087'

red 163 ◦ green 64 ◦ blue 135

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

Shades of Medium Red Violet #A34087

Tints of Medium Red Violet #A34087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 45.03%
G = 17.68%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A34087 (or 0xA34087) is known color: Medium Red Violet. HEX triplet: A3, 40 and 87. RGB value is (163,64,135). Sum of RGB (Red+Green+Blue) = 163+64+135=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 163 - color contains mainly: red. Hex color #A34087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34087 is #5CBF78. Grayscale: #656565. Windows color (decimal): -6078329 or 8863907. OLE color: 8863907.

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

Color convert

RGB 163 64 135 -
CMYK 0 0.61 0.17 0.36
HSL 316.97º 0.44% 0.45% -
HSV(B) 316.97º 0.61% 0.64% -
XYZ 21.31 13.2 24.35 -
YUV 101.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 163 64 135 0 0.61 0.17 0.36 316.97 0.44 0.45
Hex A3 40 87 0 3D 11 24 13D 2C 2D
Octal 243 100 207 0 75 21 44 475 54 55
Binary 10100011 1000000 10000111 0 111101 10001 100100 100111101 101100 101101

Color Harmonies of #A34087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34087

Black with #A34087

Text Example


Text Example

White with #A34087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34087; }

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

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

background-color css

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

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

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

border-color css

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

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

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