Html Css Color HEX #A43375 Medium Red Violet

📋 copy color: '#A43375'

red 164 ◦ green 51 ◦ blue 117

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

Shades of Medium Red Violet #A43375

Tints of Medium Red Violet #A43375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 49.4%
G = 15.36%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A43375 (or 0xA43375) is known color: Medium Red Violet. HEX triplet: A4, 33 and 75. RGB value is (164,51,117). Sum of RGB (Red+Green+Blue) = 164+51+117=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A43375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43375 is #5BCC8A. Grayscale: #5C5C5C. Windows color (decimal): -6016139 or 7680932. OLE color: 7680932.

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

Color convert

RGB 164 51 117 -
CMYK 0 0.69 0.29 0.36
HSL 324.96º 0.53% 0.42% -
HSV(B) 324.96º 0.69% 0.64% -
XYZ 19.7 11.54 18.02 -
YUV 92.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 164 51 117 0 0.69 0.29 0.36 324.96 0.53 0.42
Hex A4 33 75 0 45 1D 24 145 35 2A
Octal 244 63 165 0 105 35 44 505 65 52
Binary 10100100 110011 1110101 0 1000101 11101 100100 101000101 110101 101010

Color Harmonies of #A43375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43375

Black with #A43375

Text Example


Text Example

White with #A43375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43375; }

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

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

background-color css

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

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

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

border-color css

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

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

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