Html Css Color HEX #A42E75 Medium Red Violet

📋 copy color: '#A42E75'

red 164 ◦ green 46 ◦ blue 117

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

Shades of Medium Red Violet #A42E75

Tints of Medium Red Violet #A42E75

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.07%

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

R = 50.15%
G = 14.07%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A42E75 (or 0xA42E75) is known color: Medium Red Violet. HEX triplet: A4, 2E and 75. RGB value is (164,46,117). Sum of RGB (Red+Green+Blue) = 164+46+117=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42E75 is #5BD18A. Grayscale: #595959. Windows color (decimal): -6017419 or 7679652. OLE color: 7679652.

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

Color convert

RGB 164 46 117 -
CMYK 0 0.72 0.29 0.36
HSL 323.9º 0.56% 0.41% -
HSV(B) 323.9º 0.72% 0.64% -
XYZ 19.5 11.13 17.95 -
YUV 89.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 164 46 117 0 0.72 0.29 0.36 323.9 0.56 0.41
Hex A4 2E 75 0 48 1D 24 144 38 29
Octal 244 56 165 0 110 35 44 504 70 51
Binary 10100100 101110 1110101 0 1001000 11101 100100 101000100 111000 101001

Color Harmonies of #A42E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42E75

Black with #A42E75

Text Example


Text Example

White with #A42E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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