Html Css Color HEX #A42D9D Medium Red Violet

📋 copy color: '#A42D9D'

red 164 ◦ green 45 ◦ blue 157

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

Shades of Medium Red Violet #A42D9D

Tints of Medium Red Violet #A42D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 44.81%
G = 12.3%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A42D9D (or 0xA42D9D) is known color: Medium Red Violet. HEX triplet: A4, 2D and 9D. RGB value is (164,45,157). Sum of RGB (Red+Green+Blue) = 164+45+157=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42D9D is #5BD262. Grayscale: #5D5D5D. Windows color (decimal): -6017635 or 10300836. OLE color: 10300836.

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

Color convert

RGB 164 45 157 -
CMYK 0 0.73 0.04 0.36
HSL 303.53º 0.57% 0.41% -
HSV(B) 303.53º 0.73% 0.64% -
XYZ 22.33 12.2 33.08 -
YUV 93.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 164 45 157 0 0.73 0.04 0.36 303.53 0.57 0.41
Hex A4 2D 9D 0 49 4 24 130 39 29
Octal 244 55 235 0 111 4 44 460 71 51
Binary 10100100 101101 10011101 0 1001001 100 100100 100110000 111001 101001

Color Harmonies of #A42D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D9D

Black with #A42D9D

Text Example


Text Example

White with #A42D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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