Html Css Color HEX #A43D8A Medium Red Violet

📋 copy color: '#A43D8A'

red 164 ◦ green 61 ◦ blue 138

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

Shades of Medium Red Violet #A43D8A

Tints of Medium Red Violet #A43D8A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

 BLUE value IS 138 (54.3% from 255) = 38.02%

R = 45.18%
G = 16.8%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A43D8A (or 0xA43D8A) is known color: Medium Red Violet. HEX triplet: A4, 3D and 8A. RGB value is (164,61,138). Sum of RGB (Red+Green+Blue) = 164+61+138=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D8A is #5BC275. Grayscale: #646464. Windows color (decimal): -6013558 or 9059748. OLE color: 9059748.

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

Color convert

RGB 164 61 138 -
CMYK 0 0.63 0.16 0.36
HSL 315.15º 0.46% 0.44% -
HSV(B) 315.15º 0.63% 0.64% -
XYZ 21.57 13.06 25.43 -
YUV 100.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 164 61 138 0 0.63 0.16 0.36 315.15 0.46 0.44
Hex A4 3D 8A 0 3F 10 24 13B 2E 2C
Octal 244 75 212 0 77 20 44 473 56 54
Binary 10100100 111101 10001010 0 111111 10000 100100 100111011 101110 101100

Color Harmonies of #A43D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D8A

Black with #A43D8A

Text Example


Text Example

White with #A43D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D8A; }

 p { color: rgb(164,61,138); }

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

background-color css

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

 a { background-color: rgb(164,61,138); }

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

border-color css

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

 span { border-color: rgb(164,61,138); }

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