Html Css Color HEX #A43385 Medium Red Violet

📋 copy color: '#A43385'

red 164 ◦ green 51 ◦ blue 133

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

Shades of Medium Red Violet #A43385

Tints of Medium Red Violet #A43385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

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

R = 47.13%
G = 14.66%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A43385 (or 0xA43385) is known color: Medium Red Violet. HEX triplet: A4, 33 and 85. RGB value is (164,51,133). Sum of RGB (Red+Green+Blue) = 164+51+133=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A43385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43385 is #5BCC7A. Grayscale: #5D5D5D. Windows color (decimal): -6016123 or 8729508. OLE color: 8729508.

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

Color convert

RGB 164 51 133 -
CMYK 0 0.69 0.19 0.36
HSL 316.46º 0.53% 0.42% -
HSV(B) 316.46º 0.69% 0.64% -
XYZ 20.73 11.95 23.41 -
YUV 94.14 149.94 177.83 -
System Red Green Blue C M Y K H S L
Decimal 164 51 133 0 0.69 0.19 0.36 316.46 0.53 0.42
Hex A4 33 85 0 45 13 24 13C 35 2A
Octal 244 63 205 0 105 23 44 474 65 52
Binary 10100100 110011 10000101 0 1000101 10011 100100 100111100 110101 101010

Color Harmonies of #A43385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43385

Black with #A43385

Text Example


Text Example

White with #A43385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43385; }

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

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

background-color css

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

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

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

border-color css

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

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

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