Html Css Color HEX #A42C9A Medium Red Violet

📋 copy color: '#A42C9A'

red 164 ◦ green 44 ◦ blue 154

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

Shades of Medium Red Violet #A42C9A

Tints of Medium Red Violet #A42C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 45.3%
G = 12.15%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A42C9A (or 0xA42C9A) is known color: Medium Red Violet. HEX triplet: A4, 2C and 9A. RGB value is (164,44,154). Sum of RGB (Red+Green+Blue) = 164+44+154=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42C9A is #5BD365. Grayscale: #5C5C5C. Windows color (decimal): -6017894 or 10103972. OLE color: 10103972.

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

Color convert

RGB 164 44 154 -
CMYK 0 0.73 0.06 0.36
HSL 305º 0.58% 0.41% -
HSV(B) 305º 0.73% 0.64% -
XYZ 22.04 12.03 31.73 -
YUV 92.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 164 44 154 0 0.73 0.06 0.36 305 0.58 0.41
Hex A4 2C 9A 0 49 6 24 131 3A 29
Octal 244 54 232 0 111 6 44 461 72 51
Binary 10100100 101100 10011010 0 1001001 110 100100 100110001 111010 101001

Color Harmonies of #A42C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42C9A

Black with #A42C9A

Text Example


Text Example

White with #A42C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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