Html Css Color HEX #A43087 Medium Red Violet

📋 copy color: '#A43087'

red 164 ◦ green 48 ◦ blue 135

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

Shades of Medium Red Violet #A43087

Tints of Medium Red Violet #A43087

RGB

 RED value IS 164 (64.45% from 255) = 47.26%

 GREEN value IS 48 (19.14% from 255) = 13.83%

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

R = 47.26%
G = 13.83%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A43087 (or 0xA43087) is known color: Medium Red Violet. HEX triplet: A4, 30 and 87. RGB value is (164,48,135). Sum of RGB (Red+Green+Blue) = 164+48+135=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A43087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43087 is #5BCF78. Grayscale: #5C5C5C. Windows color (decimal): -6016889 or 8859812. OLE color: 8859812.

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

Color convert

RGB 164 48 135 -
CMYK 0 0.71 0.18 0.36
HSL 315º 0.55% 0.42% -
HSV(B) 315º 0.71% 0.64% -
XYZ 20.74 11.76 24.1 -
YUV 92.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 164 48 135 0 0.71 0.18 0.36 315 0.55 0.42
Hex A4 30 87 0 47 12 24 13B 37 2A
Octal 244 60 207 0 107 22 44 473 67 52
Binary 10100100 110000 10000111 0 1000111 10010 100100 100111011 110111 101010

Color Harmonies of #A43087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43087

Black with #A43087

Text Example


Text Example

White with #A43087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43087; }

 p { color: rgb(164,48,135); }

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

background-color css

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

 a { background-color: rgb(164,48,135); }

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

border-color css

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

 span { border-color: rgb(164,48,135); }

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