Html Css Color HEX #A43A8C Medium Red Violet

📋 copy color: '#A43A8C'

red 164 ◦ green 58 ◦ blue 140

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

Shades of Medium Red Violet #A43A8C

Tints of Medium Red Violet #A43A8C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.02%

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

R = 45.3%
G = 16.02%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A43A8C (or 0xA43A8C) is known color: Medium Red Violet. HEX triplet: A4, 3A and 8C. RGB value is (164,58,140). Sum of RGB (Red+Green+Blue) = 164+58+140=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A8C is #5BC573. Grayscale: #626262. Windows color (decimal): -6014324 or 9190052. OLE color: 9190052.

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

Color convert

RGB 164 58 140 -
CMYK 0 0.65 0.15 0.36
HSL 313.58º 0.48% 0.44% -
HSV(B) 313.58º 0.65% 0.64% -
XYZ 21.56 12.81 26.15 -
YUV 99.04 151.12 174.33 -
System Red Green Blue C M Y K H S L
Decimal 164 58 140 0 0.65 0.15 0.36 313.58 0.48 0.44
Hex A4 3A 8C 0 41 F 24 13A 30 2C
Octal 244 72 214 0 101 17 44 472 60 54
Binary 10100100 111010 10001100 0 1000001 1111 100100 100111010 110000 101100

Color Harmonies of #A43A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A8C

Black with #A43A8C

Text Example


Text Example

White with #A43A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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