Html Css Color HEX #A42C8A Medium Red Violet

📋 copy color: '#A42C8A'

red 164 ◦ green 44 ◦ blue 138

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

Shades of Medium Red Violet #A42C8A

Tints of Medium Red Violet #A42C8A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.72%

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 47.4%
G = 12.72%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A42C8A (or 0xA42C8A) is known color: Medium Red Violet. HEX triplet: A4, 2C and 8A. RGB value is (164,44,138). Sum of RGB (Red+Green+Blue) = 164+44+138=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42C8A is #5BD375. Grayscale: #5A5A5A. Windows color (decimal): -6017910 or 9055396. OLE color: 9055396.

HSL color Cylindrical-coordinate representation of color #A42C8A: hue angle of 313º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42C8A is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 44 138 -
CMYK 0 0.73 0.16 0.36
HSL 313º 0.58% 0.41% -
HSV(B) 313º 0.73% 0.64% -
XYZ 20.8 11.53 25.17 -
YUV 90.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 164 44 138 0 0.73 0.16 0.36 313 0.58 0.41
Hex A4 2C 8A 0 49 10 24 139 3A 29
Octal 244 54 212 0 111 20 44 471 72 51
Binary 10100100 101100 10001010 0 1001001 10000 100100 100111001 111010 101001

Color Harmonies of #A42C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42C8A

Black with #A42C8A

Text Example


Text Example

White with #A42C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42C8A; }

 p { color: rgb(164,44,138); }

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

background-color css

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

 a { background-color: rgb(164,44,138); }

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

border-color css

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

 span { border-color: rgb(164,44,138); }

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