Html Css Color HEX #A43481 Medium Red Violet

📋 copy color: '#A43481'

red 164 ◦ green 52 ◦ blue 129

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

Shades of Medium Red Violet #A43481

Tints of Medium Red Violet #A43481

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

 BLUE value IS 129 (50.78% from 255) = 37.39%

R = 47.54%
G = 15.07%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A43481 (or 0xA43481) is known color: Medium Red Violet. HEX triplet: A4, 34 and 81. RGB value is (164,52,129). Sum of RGB (Red+Green+Blue) = 164+52+129=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A43481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43481 is #5BCB7E. Grayscale: #5E5E5E. Windows color (decimal): -6015871 or 8467620. OLE color: 8467620.

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

Color convert

RGB 164 52 129 -
CMYK 0 0.68 0.21 0.36
HSL 318.75º 0.52% 0.42% -
HSV(B) 318.75º 0.68% 0.64% -
XYZ 20.5 11.93 21.99 -
YUV 94.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 164 52 129 0 0.68 0.21 0.36 318.75 0.52 0.42
Hex A4 34 81 0 44 15 24 13F 34 2A
Octal 244 64 201 0 104 25 44 477 64 52
Binary 10100100 110100 10000001 0 1000100 10101 100100 100111111 110100 101010

Color Harmonies of #A43481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43481

Black with #A43481

Text Example


Text Example

White with #A43481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43481; }

 p { color: rgb(164,52,129); }

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

background-color css

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

 a { background-color: rgb(164,52,129); }

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

border-color css

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

 span { border-color: rgb(164,52,129); }

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