Html Css Color HEX #A42397 Medium Red Violet

📋 copy color: '#A42397'

red 164 ◦ green 35 ◦ blue 151

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

Shades of Medium Red Violet #A42397

Tints of Medium Red Violet #A42397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.14%

R = 46.86%
G = 10%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A42397 (or 0xA42397) is known color: Medium Red Violet. HEX triplet: A4, 23 and 97. RGB value is (164,35,151). Sum of RGB (Red+Green+Blue) = 164+35+151=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A42397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42397 is #5BDC68. Grayscale: #565656. Windows color (decimal): -6020201 or 9905060. OLE color: 9905060.

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

Color convert

RGB 164 35 151 -
CMYK 0 0.79 0.08 0.36
HSL 306.05º 0.65% 0.39% -
HSV(B) 306.05º 0.79% 0.64% -
XYZ 21.5 11.33 30.33 -
YUV 86.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 164 35 151 0 0.79 0.08 0.36 306.05 0.65 0.39
Hex A4 23 97 0 4F 8 24 132 41 27
Octal 244 43 227 0 117 10 44 462 101 47
Binary 10100100 100011 10010111 0 1001111 1000 100100 100110010 1000001 100111

Color Harmonies of #A42397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42397

Black with #A42397

Text Example


Text Example

White with #A42397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42397; }

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

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

background-color css

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

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

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

border-color css

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

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

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