Html Css Color HEX #A43D85 Medium Red Violet

📋 copy color: '#A43D85'

red 164 ◦ green 61 ◦ blue 133

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

Shades of Medium Red Violet #A43D85

Tints of Medium Red Violet #A43D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.15%

R = 45.81%
G = 17.04%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A43D85 (or 0xA43D85) is known color: Medium Red Violet. HEX triplet: A4, 3D and 85. RGB value is (164,61,133). Sum of RGB (Red+Green+Blue) = 164+61+133=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D85 is #5BC27A. Grayscale: #636363. Windows color (decimal): -6013563 or 8732068. OLE color: 8732068.

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

Color convert

RGB 164 61 133 -
CMYK 0 0.63 0.19 0.36
HSL 318.06º 0.46% 0.44% -
HSV(B) 318.06º 0.63% 0.64% -
XYZ 21.21 12.92 23.57 -
YUV 100.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 164 61 133 0 0.63 0.19 0.36 318.06 0.46 0.44
Hex A4 3D 85 0 3F 13 24 13E 2E 2C
Octal 244 75 205 0 77 23 44 476 56 54
Binary 10100100 111101 10000101 0 111111 10011 100100 100111110 101110 101100

Color Harmonies of #A43D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43D85

Black with #A43D85

Text Example


Text Example

White with #A43D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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