Html Css Color HEX #A32C7D Medium Red Violet

📋 copy color: '#A32C7D'

red 163 ◦ green 44 ◦ blue 125

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

Shades of Medium Red Violet #A32C7D

Tints of Medium Red Violet #A32C7D

RGB

 RED value IS 163 (64.06% from 255) = 49.1%

 GREEN value IS 44 (17.58% from 255) = 13.25%

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 49.1%
G = 13.25%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A32C7D (or 0xA32C7D) is known color: Medium Red Violet. HEX triplet: A3, 2C and 7D. RGB value is (163,44,125). Sum of RGB (Red+Green+Blue) = 163+44+125=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32C7D is #5CD382. Grayscale: #585858. Windows color (decimal): -6083459 or 8203427. OLE color: 8203427.

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

Color convert

RGB 163 44 125 -
CMYK 0 0.73 0.23 0.36
HSL 319.16º 0.57% 0.41% -
HSV(B) 319.16º 0.73% 0.64% -
XYZ 19.71 11.07 20.5 -
YUV 88.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 163 44 125 0 0.73 0.23 0.36 319.16 0.57 0.41
Hex A3 2C 7D 0 49 17 24 13F 39 29
Octal 243 54 175 0 111 27 44 477 71 51
Binary 10100011 101100 1111101 0 1001001 10111 100100 100111111 111001 101001

Color Harmonies of #A32C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32C7D

Black with #A32C7D

Text Example


Text Example

White with #A32C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32C7D; }

 p { color: rgb(163,44,125); }

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

background-color css

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

 a { background-color: rgb(163,44,125); }

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

border-color css

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

 span { border-color: rgb(163,44,125); }

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