Html Css Color HEX #A42D9A Medium Red Violet

📋 copy color: '#A42D9A'

red 164 ◦ green 45 ◦ blue 154

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

Shades of Medium Red Violet #A42D9A

Tints of Medium Red Violet #A42D9A

RGB

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

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

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

R = 45.18%
G = 12.4%
B = 42.42%

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

#A42D9A (or 0xA42D9A) is known color: Medium Red Violet. HEX triplet: A4, 2D and 9A. RGB value is (164,45,154). Sum of RGB (Red+Green+Blue) = 164+45+154=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42D9A is #5BD265. Grayscale: #5C5C5C. Windows color (decimal): -6017638 or 10104228. OLE color: 10104228.

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

Color convert

RGB 164 45 154 -
CMYK 0 0.73 0.06 0.36
HSL 305.04º 0.57% 0.41% -
HSV(B) 305.04º 0.73% 0.64% -
XYZ 22.08 12.1 31.74 -
YUV 93.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 164 45 154 0 0.73 0.06 0.36 305.04 0.57 0.41
Hex A4 2D 9A 0 49 6 24 131 39 29
Octal 244 55 232 0 111 6 44 461 71 51
Binary 10100100 101101 10011010 0 1001001 110 100100 100110001 111001 101001

Color Harmonies of #A42D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D9A

Black with #A42D9A

Text Example


Text Example

White with #A42D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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