Html Css Color HEX #A42290 Medium Red Violet

📋 copy color: '#A42290'

red 164 ◦ green 34 ◦ blue 144

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

Shades of Medium Red Violet #A42290

Tints of Medium Red Violet #A42290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

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

R = 47.95%
G = 9.94%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A42290 (or 0xA42290) is known color: Medium Red Violet. HEX triplet: A4, 22 and 90. RGB value is (164,34,144). Sum of RGB (Red+Green+Blue) = 164+34+144=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A42290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42290 is #5BDD6F. Grayscale: #555555. Windows color (decimal): -6020464 or 9446052. OLE color: 9446052.

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

Color convert

RGB 164 34 144 -
CMYK 0 0.79 0.12 0.36
HSL 309.23º 0.66% 0.39% -
HSV(B) 309.23º 0.79% 0.64% -
XYZ 20.92 11.05 27.42 -
YUV 85.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 164 34 144 0 0.79 0.12 0.36 309.23 0.66 0.39
Hex A4 22 90 0 4F C 24 135 42 27
Octal 244 42 220 0 117 14 44 465 102 47
Binary 10100100 100010 10010000 0 1001111 1100 100100 100110101 1000010 100111

Color Harmonies of #A42290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42290

Black with #A42290

Text Example


Text Example

White with #A42290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42290; }

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

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

background-color css

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

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

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

border-color css

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

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

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