Html Css Color HEX #A34187 Medium Red Violet

📋 copy color: '#A34187'

red 163 ◦ green 65 ◦ blue 135

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

Shades of Medium Red Violet #A34187

Tints of Medium Red Violet #A34187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

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

R = 44.9%
G = 17.91%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A34187 (or 0xA34187) is known color: Medium Red Violet. HEX triplet: A3, 41 and 87. RGB value is (163,65,135). Sum of RGB (Red+Green+Blue) = 163+65+135=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A34187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34187 is #5CBE78. Grayscale: #666666. Windows color (decimal): -6078073 or 8864163. OLE color: 8864163.

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

Color convert

RGB 163 65 135 -
CMYK 0 0.60 0.17 0.36
HSL 317.14º 0.43% 0.45% -
HSV(B) 317.14º 0.6% 0.64% -
XYZ 21.37 13.32 24.37 -
YUV 102.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 163 65 135 0 0.60 0.17 0.36 317.14 0.43 0.45
Hex A3 41 87 0 3C 11 24 13D 2B 2D
Octal 243 101 207 0 74 21 44 475 53 55
Binary 10100011 1000001 10000111 0 111100 10001 100100 100111101 101011 101101

Color Harmonies of #A34187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34187

Black with #A34187

Text Example


Text Example

White with #A34187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34187; }

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

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

background-color css

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

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

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

border-color css

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

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

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