Html Css Color HEX #A42D8D Medium Red Violet

📋 copy color: '#A42D8D'

red 164 ◦ green 45 ◦ blue 141

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

Shades of Medium Red Violet #A42D8D

Tints of Medium Red Violet #A42D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.86%

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

R = 46.86%
G = 12.86%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A42D8D (or 0xA42D8D) is known color: Medium Red Violet. HEX triplet: A4, 2D and 8D. RGB value is (164,45,141). Sum of RGB (Red+Green+Blue) = 164+45+141=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42D8D is #5BD272. Grayscale: #5B5B5B. Windows color (decimal): -6017651 or 9252260. OLE color: 9252260.

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

Color convert

RGB 164 45 141 -
CMYK 0 0.73 0.14 0.36
HSL 311.6º 0.57% 0.41% -
HSV(B) 311.6º 0.73% 0.64% -
XYZ 21.06 11.69 26.35 -
YUV 91.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 164 45 141 0 0.73 0.14 0.36 311.6 0.57 0.41
Hex A4 2D 8D 0 49 E 24 138 39 29
Octal 244 55 215 0 111 16 44 470 71 51
Binary 10100100 101101 10001101 0 1001001 1110 100100 100111000 111001 101001

Color Harmonies of #A42D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D8D

Black with #A42D8D

Text Example


Text Example

White with #A42D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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