Html Css Color HEX #A42D83 Medium Red Violet

📋 copy color: '#A42D83'

red 164 ◦ green 45 ◦ blue 131

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

Shades of Medium Red Violet #A42D83

Tints of Medium Red Violet #A42D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.53%

R = 48.24%
G = 13.24%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A42D83 (or 0xA42D83) is known color: Medium Red Violet. HEX triplet: A4, 2D and 83. RGB value is (164,45,131). Sum of RGB (Red+Green+Blue) = 164+45+131=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42D83 is #5BD27C. Grayscale: #5A5A5A. Windows color (decimal): -6017661 or 8596900. OLE color: 8596900.

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

Color convert

RGB 164 45 131 -
CMYK 0 0.73 0.20 0.36
HSL 316.64º 0.57% 0.41% -
HSV(B) 316.64º 0.73% 0.64% -
XYZ 20.34 11.41 22.6 -
YUV 90.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 164 45 131 0 0.73 0.20 0.36 316.64 0.57 0.41
Hex A4 2D 83 0 49 14 24 13D 39 29
Octal 244 55 203 0 111 24 44 475 71 51
Binary 10100100 101101 10000011 0 1001001 10100 100100 100111101 111001 101001

Color Harmonies of #A42D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D83

Black with #A42D83

Text Example


Text Example

White with #A42D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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