Html Css Color HEX #A42690 Medium Red Violet

📋 copy color: '#A42690'

red 164 ◦ green 38 ◦ blue 144

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

Shades of Medium Red Violet #A42690

Tints of Medium Red Violet #A42690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.98%

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

R = 47.4%
G = 10.98%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A42690 (or 0xA42690) is known color: Medium Red Violet. HEX triplet: A4, 26 and 90. RGB value is (164,38,144). Sum of RGB (Red+Green+Blue) = 164+38+144=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A42690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42690 is #5BD96F. Grayscale: #575757. Windows color (decimal): -6019440 or 9447076. OLE color: 9447076.

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

Color convert

RGB 164 38 144 -
CMYK 0 0.77 0.12 0.36
HSL 309.52º 0.62% 0.4% -
HSV(B) 309.52º 0.77% 0.64% -
XYZ 21.04 11.29 27.46 -
YUV 87.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 164 38 144 0 0.77 0.12 0.36 309.52 0.62 0.4
Hex A4 26 90 0 4D C 24 136 3E 28
Octal 244 46 220 0 115 14 44 466 76 50
Binary 10100100 100110 10010000 0 1001101 1100 100100 100110110 111110 101000

Color Harmonies of #A42690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42690

Black with #A42690

Text Example


Text Example

White with #A42690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42690; }

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

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

background-color css

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

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

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

border-color css

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

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

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