Html Css Color HEX #A42D7A Medium Red Violet

📋 copy color: '#A42D7A'

red 164 ◦ green 45 ◦ blue 122

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

Shades of Medium Red Violet #A42D7A

Tints of Medium Red Violet #A42D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 49.55%
G = 13.6%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A42D7A (or 0xA42D7A) is known color: Medium Red Violet. HEX triplet: A4, 2D and 7A. RGB value is (164,45,122). Sum of RGB (Red+Green+Blue) = 164+45+122=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42D7A is #5BD285. Grayscale: #595959. Windows color (decimal): -6017670 or 8007076. OLE color: 8007076.

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

Color convert

RGB 164 45 122 -
CMYK 0 0.73 0.26 0.36
HSL 321.18º 0.57% 0.41% -
HSV(B) 321.18º 0.73% 0.64% -
XYZ 19.76 11.17 19.53 -
YUV 89.36 146.42 181.24 -
System Red Green Blue C M Y K H S L
Decimal 164 45 122 0 0.73 0.26 0.36 321.18 0.57 0.41
Hex A4 2D 7A 0 49 1A 24 141 39 29
Octal 244 55 172 0 111 32 44 501 71 51
Binary 10100100 101101 1111010 0 1001001 11010 100100 101000001 111001 101001

Color Harmonies of #A42D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D7A

Black with #A42D7A

Text Example


Text Example

White with #A42D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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