Html Css Color HEX #A42E90 Medium Red Violet

📋 copy color: '#A42E90'

red 164 ◦ green 46 ◦ blue 144

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

Shades of Medium Red Violet #A42E90

Tints of Medium Red Violet #A42E90

RGB

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

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

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

R = 46.33%
G = 12.99%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A42E90 (or 0xA42E90) is known color: Medium Red Violet. HEX triplet: A4, 2E and 90. RGB value is (164,46,144). Sum of RGB (Red+Green+Blue) = 164+46+144=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42E90 is #5BD16F. Grayscale: #5C5C5C. Windows color (decimal): -6017392 or 9449124. OLE color: 9449124.

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

Color convert

RGB 164 46 144 -
CMYK 0 0.72 0.12 0.36
HSL 310.17º 0.56% 0.41% -
HSV(B) 310.17º 0.72% 0.64% -
XYZ 21.32 11.86 27.55 -
YUV 92.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 164 46 144 0 0.72 0.12 0.36 310.17 0.56 0.41
Hex A4 2E 90 0 48 C 24 136 38 29
Octal 244 56 220 0 110 14 44 466 70 51
Binary 10100100 101110 10010000 0 1001000 1100 100100 100110110 111000 101001

Color Harmonies of #A42E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42E90

Black with #A42E90

Text Example


Text Example

White with #A42E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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