Html Css Color HEX #A42E9C Medium Red Violet

📋 copy color: '#A42E9C'

red 164 ◦ green 46 ◦ blue 156

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

Shades of Medium Red Violet #A42E9C

Tints of Medium Red Violet #A42E9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 44.81%
G = 12.57%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A42E9C (or 0xA42E9C) is known color: Medium Red Violet. HEX triplet: A4, 2E and 9C. RGB value is (164,46,156). Sum of RGB (Red+Green+Blue) = 164+46+156=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42E9C is #5BD163. Grayscale: #5D5D5D. Windows color (decimal): -6017380 or 10235556. OLE color: 10235556.

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

Color convert

RGB 164 46 156 -
CMYK 0 0.72 0.05 0.36
HSL 304.07º 0.56% 0.41% -
HSV(B) 304.07º 0.72% 0.64% -
XYZ 22.29 12.25 32.64 -
YUV 93.82 163.09 178.06 -
System Red Green Blue C M Y K H S L
Decimal 164 46 156 0 0.72 0.05 0.36 304.07 0.56 0.41
Hex A4 2E 9C 0 48 5 24 130 38 29
Octal 244 56 234 0 110 5 44 460 70 51
Binary 10100100 101110 10011100 0 1001000 101 100100 100110000 111000 101001

Color Harmonies of #A42E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42E9C

Black with #A42E9C

Text Example


Text Example

White with #A42E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42E9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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