Html Css Color HEX #A43F8C Medium Red Violet

📋 copy color: '#A43F8C'

red 164 ◦ green 63 ◦ blue 140

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

Shades of Medium Red Violet #A43F8C

Tints of Medium Red Violet #A43F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 44.69%
G = 17.17%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A43F8C (or 0xA43F8C) is known color: Medium Red Violet. HEX triplet: A4, 3F and 8C. RGB value is (164,63,140). Sum of RGB (Red+Green+Blue) = 164+63+140=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43F8C is #5BC073. Grayscale: #656565. Windows color (decimal): -6013044 or 9191332. OLE color: 9191332.

HSL color Cylindrical-coordinate representation of color #A43F8C: hue angle of 314.26º 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 #A43F8C is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 63 140 -
CMYK 0 0.62 0.15 0.36
HSL 314.26º 0.44% 0.45% -
HSV(B) 314.26º 0.62% 0.64% -
XYZ 21.82 13.34 26.24 -
YUV 101.98 149.46 172.24 -
System Red Green Blue C M Y K H S L
Decimal 164 63 140 0 0.62 0.15 0.36 314.26 0.44 0.45
Hex A4 3F 8C 0 3E F 24 13A 2C 2D
Octal 244 77 214 0 76 17 44 472 54 55
Binary 10100100 111111 10001100 0 111110 1111 100100 100111010 101100 101101

Color Harmonies of #A43F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43F8C

Black with #A43F8C

Text Example


Text Example

White with #A43F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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