Html Css Color HEX #A42790 Medium Red Violet

📋 copy color: '#A42790'

red 164 ◦ green 39 ◦ blue 144

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

Shades of Medium Red Violet #A42790

Tints of Medium Red Violet #A42790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 47.26%
G = 11.24%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A42790 (or 0xA42790) is known color: Medium Red Violet. HEX triplet: A4, 27 and 90. RGB value is (164,39,144). Sum of RGB (Red+Green+Blue) = 164+39+144=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A42790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42790 is #5BD86F. Grayscale: #585858. Windows color (decimal): -6019184 or 9447332. OLE color: 9447332.

HSL color Cylindrical-coordinate representation of color #A42790: hue angle of 309.6º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42790 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 39 144 -
CMYK 0 0.76 0.12 0.36
HSL 309.6º 0.62% 0.4% -
HSV(B) 309.6º 0.76% 0.64% -
XYZ 21.07 11.36 27.47 -
YUV 88.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 164 39 144 0 0.76 0.12 0.36 309.6 0.62 0.4
Hex A4 27 90 0 4C C 24 136 3E 28
Octal 244 47 220 0 114 14 44 466 76 50
Binary 10100100 100111 10010000 0 1001100 1100 100100 100110110 111110 101000

Color Harmonies of #A42790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42790

Black with #A42790

Text Example


Text Example

White with #A42790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42790; }

 p { color: rgb(164,39,144); }

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

background-color css

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

 a { background-color: rgb(164,39,144); }

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

border-color css

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

 span { border-color: rgb(164,39,144); }

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