Html Css Color HEX #A42475 Medium Red Violet

📋 copy color: '#A42475'

red 164 ◦ green 36 ◦ blue 117

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

Shades of Medium Red Violet #A42475

Tints of Medium Red Violet #A42475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

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

R = 51.74%
G = 11.36%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A42475 (or 0xA42475) is known color: Medium Red Violet. HEX triplet: A4, 24 and 75. RGB value is (164,36,117). Sum of RGB (Red+Green+Blue) = 164+36+117=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A42475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42475 is #5BDB8A. Grayscale: #535353. Windows color (decimal): -6019979 or 7677092. OLE color: 7677092.

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

Color convert

RGB 164 36 117 -
CMYK 0 0.78 0.29 0.36
HSL 322.03º 0.64% 0.39% -
HSV(B) 322.03º 0.78% 0.64% -
XYZ 19.15 10.44 17.84 -
YUV 83.51 146.91 185.41 -
System Red Green Blue C M Y K H S L
Decimal 164 36 117 0 0.78 0.29 0.36 322.03 0.64 0.39
Hex A4 24 75 0 4E 1D 24 142 40 27
Octal 244 44 165 0 116 35 44 502 100 47
Binary 10100100 100100 1110101 0 1001110 11101 100100 101000010 1000000 100111

Color Harmonies of #A42475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42475

Black with #A42475

Text Example


Text Example

White with #A42475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42475; }

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

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

background-color css

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

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

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

border-color css

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

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

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