Html Css Color HEX #A43F87 Medium Red Violet

📋 copy color: '#A43F87'

red 164 ◦ green 63 ◦ blue 135

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

Shades of Medium Red Violet #A43F87

Tints of Medium Red Violet #A43F87

RGB

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

 GREEN value IS 63 (25% from 255) = 17.4%

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

R = 45.3%
G = 17.4%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A43F87 (or 0xA43F87) is known color: Medium Red Violet. HEX triplet: A4, 3F and 87. RGB value is (164,63,135). Sum of RGB (Red+Green+Blue) = 164+63+135=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43F87 is #5BC078. Grayscale: #656565. Windows color (decimal): -6013049 or 8863652. OLE color: 8863652.

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

Color convert

RGB 164 63 135 -
CMYK 0 0.62 0.18 0.36
HSL 317.23º 0.44% 0.45% -
HSV(B) 317.23º 0.62% 0.64% -
XYZ 21.46 13.2 24.34 -
YUV 101.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 164 63 135 0 0.62 0.18 0.36 317.23 0.44 0.45
Hex A4 3F 87 0 3E 12 24 13D 2C 2D
Octal 244 77 207 0 76 22 44 475 54 55
Binary 10100100 111111 10000111 0 111110 10010 100100 100111101 101100 101101

Color Harmonies of #A43F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43F87

Black with #A43F87

Text Example


Text Example

White with #A43F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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