Html Css Color HEX #A42375 Medium Red Violet

📋 copy color: '#A42375'

red 164 ◦ green 35 ◦ blue 117

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

Shades of Medium Red Violet #A42375

Tints of Medium Red Violet #A42375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 51.9%
G = 11.08%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A42375 (or 0xA42375) is known color: Medium Red Violet. HEX triplet: A4, 23 and 75. RGB value is (164,35,117). Sum of RGB (Red+Green+Blue) = 164+35+117=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A42375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42375 is #5BDC8A. Grayscale: #525252. Windows color (decimal): -6020235 or 7676836. OLE color: 7676836.

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

Color convert

RGB 164 35 117 -
CMYK 0 0.79 0.29 0.36
HSL 321.86º 0.65% 0.39% -
HSV(B) 321.86º 0.79% 0.64% -
XYZ 19.12 10.38 17.83 -
YUV 82.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 164 35 117 0 0.79 0.29 0.36 321.86 0.65 0.39
Hex A4 23 75 0 4F 1D 24 142 41 27
Octal 244 43 165 0 117 35 44 502 101 47
Binary 10100100 100011 1110101 0 1001111 11101 100100 101000010 1000001 100111

Color Harmonies of #A42375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42375

Black with #A42375

Text Example


Text Example

White with #A42375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42375; }

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

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

background-color css

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

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

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

border-color css

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

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

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