Html Css Color HEX #A32772 Medium Red Violet

📋 copy color: '#A32772'

red 163 ◦ green 39 ◦ blue 114

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

Shades of Medium Red Violet #A32772

Tints of Medium Red Violet #A32772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 51.58%
G = 12.34%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A32772 (or 0xA32772) is known color: Medium Red Violet. HEX triplet: A3, 27 and 72. RGB value is (163,39,114). Sum of RGB (Red+Green+Blue) = 163+39+114=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A32772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32772 is #5CD88D. Grayscale: #545454. Windows color (decimal): -6084750 or 7481251. OLE color: 7481251.

HSL color Cylindrical-coordinate representation of color #A32772: hue angle of 323.71º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32772 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 39 114 -
CMYK 0 0.76 0.30 0.36
HSL 323.71º 0.61% 0.4% -
HSV(B) 323.71º 0.76% 0.64% -
XYZ 18.87 10.45 16.94 -
YUV 84.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 163 39 114 0 0.76 0.30 0.36 323.71 0.61 0.4
Hex A3 27 72 0 4C 1E 24 144 3D 28
Octal 243 47 162 0 114 36 44 504 75 50
Binary 10100011 100111 1110010 0 1001100 11110 100100 101000100 111101 101000

Color Harmonies of #A32772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32772

Black with #A32772

Text Example


Text Example

White with #A32772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32772; }

 p { color: rgb(163,39,114); }

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

background-color css

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

 a { background-color: rgb(163,39,114); }

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

border-color css

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

 span { border-color: rgb(163,39,114); }

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