Html Css Color HEX #A32586 Medium Red Violet

📋 copy color: '#A32586'

red 163 ◦ green 37 ◦ blue 134

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

Shades of Medium Red Violet #A32586

Tints of Medium Red Violet #A32586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 48.8%
G = 11.08%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A32586 (or 0xA32586) is known color: Medium Red Violet. HEX triplet: A3, 25 and 86. RGB value is (163,37,134). Sum of RGB (Red+Green+Blue) = 163+37+134=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A32586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32586 is #5CDA79. Grayscale: #555555. Windows color (decimal): -6085242 or 8791459. OLE color: 8791459.

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

Color convert

RGB 163 37 134 -
CMYK 0 0.77 0.18 0.36
HSL 313.81º 0.63% 0.39% -
HSV(B) 313.81º 0.77% 0.64% -
XYZ 20.07 10.83 23.59 -
YUV 85.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 163 37 134 0 0.77 0.18 0.36 313.81 0.63 0.39
Hex A3 25 86 0 4D 12 24 13A 3F 27
Octal 243 45 206 0 115 22 44 472 77 47
Binary 10100011 100101 10000110 0 1001101 10010 100100 100111010 111111 100111

Color Harmonies of #A32586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32586

Black with #A32586

Text Example


Text Example

White with #A32586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32586; }

 p { color: rgb(163,37,134); }

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

background-color css

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

 a { background-color: rgb(163,37,134); }

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

border-color css

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

 span { border-color: rgb(163,37,134); }

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