Html Css Color HEX #A43988 Medium Red Violet

📋 copy color: '#A43988'

red 164 ◦ green 57 ◦ blue 136

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

Shades of Medium Red Violet #A43988

Tints of Medium Red Violet #A43988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.97%

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 45.94%
G = 15.97%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A43988 (or 0xA43988) is known color: Medium Red Violet. HEX triplet: A4, 39 and 88. RGB value is (164,57,136). Sum of RGB (Red+Green+Blue) = 164+57+136=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A43988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43988 is #5BC677. Grayscale: #616161. Windows color (decimal): -6014584 or 8927652. OLE color: 8927652.

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

Color convert

RGB 164 57 136 -
CMYK 0 0.65 0.17 0.36
HSL 315.7º 0.48% 0.43% -
HSV(B) 315.7º 0.65% 0.64% -
XYZ 21.22 12.6 24.61 -
YUV 98 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 164 57 136 0 0.65 0.17 0.36 315.7 0.48 0.43
Hex A4 39 88 0 41 11 24 13C 30 2B
Octal 244 71 210 0 101 21 44 474 60 53
Binary 10100100 111001 10001000 0 1000001 10001 100100 100111100 110000 101011

Color Harmonies of #A43988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43988

Black with #A43988

Text Example


Text Example

White with #A43988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43988; }

 p { color: rgb(164,57,136); }

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

background-color css

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

 a { background-color: rgb(164,57,136); }

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

border-color css

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

 span { border-color: rgb(164,57,136); }

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