Html Css Color HEX #A42392 Medium Red Violet

📋 copy color: '#A42392'

red 164 ◦ green 35 ◦ blue 146

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

Shades of Medium Red Violet #A42392

Tints of Medium Red Violet #A42392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.32%

R = 47.54%
G = 10.14%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A42392 (or 0xA42392) is known color: Medium Red Violet. HEX triplet: A4, 23 and 92. RGB value is (164,35,146). Sum of RGB (Red+Green+Blue) = 164+35+146=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A42392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42392 is #5BDC6D. Grayscale: #555555. Windows color (decimal): -6020206 or 9577380. OLE color: 9577380.

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

Color convert

RGB 164 35 146 -
CMYK 0 0.79 0.11 0.36
HSL 308.37º 0.65% 0.39% -
HSV(B) 308.37º 0.79% 0.64% -
XYZ 21.1 11.17 28.24 -
YUV 86.23 161.74 183.47 -
System Red Green Blue C M Y K H S L
Decimal 164 35 146 0 0.79 0.11 0.36 308.37 0.65 0.39
Hex A4 23 92 0 4F B 24 134 41 27
Octal 244 43 222 0 117 13 44 464 101 47
Binary 10100100 100011 10010010 0 1001111 1011 100100 100110100 1000001 100111

Color Harmonies of #A42392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42392

Black with #A42392

Text Example


Text Example

White with #A42392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42392; }

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

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

background-color css

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

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

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

border-color css

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

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

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