Html Css Color HEX #A42E7A Medium Red Violet

📋 copy color: '#A42E7A'

red 164 ◦ green 46 ◦ blue 122

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

Shades of Medium Red Violet #A42E7A

Tints of Medium Red Violet #A42E7A

RGB

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

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

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

R = 49.4%
G = 13.86%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A42E7A (or 0xA42E7A) is known color: Medium Red Violet. HEX triplet: A4, 2E and 7A. RGB value is (164,46,122). Sum of RGB (Red+Green+Blue) = 164+46+122=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42E7A is #5BD185. Grayscale: #595959. Windows color (decimal): -6017414 or 8007332. OLE color: 8007332.

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

Color convert

RGB 164 46 122 -
CMYK 0 0.72 0.26 0.36
HSL 321.36º 0.56% 0.41% -
HSV(B) 321.36º 0.72% 0.64% -
XYZ 19.8 11.25 19.54 -
YUV 89.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 164 46 122 0 0.72 0.26 0.36 321.36 0.56 0.41
Hex A4 2E 7A 0 48 1A 24 141 38 29
Octal 244 56 172 0 110 32 44 501 70 51
Binary 10100100 101110 1111010 0 1001000 11010 100100 101000001 111000 101001

Color Harmonies of #A42E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42E7A

Black with #A42E7A

Text Example


Text Example

White with #A42E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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