Html Css Color HEX #A42E8D Medium Red Violet

📋 copy color: '#A42E8D'

red 164 ◦ green 46 ◦ blue 141

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

Shades of Medium Red Violet #A42E8D

Tints of Medium Red Violet #A42E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 46.72%
G = 13.11%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A42E8D (or 0xA42E8D) is known color: Medium Red Violet. HEX triplet: A4, 2E and 8D. RGB value is (164,46,141). Sum of RGB (Red+Green+Blue) = 164+46+141=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42E8D is #5BD172. Grayscale: #5B5B5B. Windows color (decimal): -6017395 or 9252516. OLE color: 9252516.

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

Color convert

RGB 164 46 141 -
CMYK 0 0.72 0.14 0.36
HSL 311.69º 0.56% 0.41% -
HSV(B) 311.69º 0.72% 0.64% -
XYZ 21.09 11.77 26.36 -
YUV 92.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 164 46 141 0 0.72 0.14 0.36 311.69 0.56 0.41
Hex A4 2E 8D 0 48 E 24 138 38 29
Octal 244 56 215 0 110 16 44 470 70 51
Binary 10100100 101110 10001101 0 1001000 1110 100100 100111000 111000 101001

Color Harmonies of #A42E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42E8D

Black with #A42E8D

Text Example


Text Example

White with #A42E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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