Html Css Color HEX #A34985 Medium Red Violet

📋 copy color: '#A34985'

red 163 ◦ green 73 ◦ blue 133

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

Shades of Medium Red Violet #A34985

Tints of Medium Red Violet #A34985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.78%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 44.17%
G = 19.78%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A34985 (or 0xA34985) is known color: Medium Red Violet. HEX triplet: A3, 49 and 85. RGB value is (163,73,133). Sum of RGB (Red+Green+Blue) = 163+73+133=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A34985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34985 is #5CB67A. Grayscale: #6A6A6A. Windows color (decimal): -6076027 or 8735139. OLE color: 8735139.

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

Color convert

RGB 163 73 133 -
CMYK 0 0.55 0.18 0.36
HSL 320º 0.38% 0.46% -
HSV(B) 320º 0.55% 0.64% -
XYZ 21.72 14.25 23.8 -
YUV 106.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 163 73 133 0 0.55 0.18 0.36 320 0.38 0.46
Hex A3 49 85 0 37 12 24 140 26 2E
Octal 243 111 205 0 67 22 44 500 46 56
Binary 10100011 1001001 10000101 0 110111 10010 100100 101000000 100110 101110

Color Harmonies of #A34985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34985

Black with #A34985

Text Example


Text Example

White with #A34985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34985; }

 p { color: rgb(163,73,133); }

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

background-color css

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

 a { background-color: rgb(163,73,133); }

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

border-color css

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

 span { border-color: rgb(163,73,133); }

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