Html Css Color HEX #A32777 Medium Red Violet

📋 copy color: '#A32777'

red 163 ◦ green 39 ◦ blue 119

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

Shades of Medium Red Violet #A32777

Tints of Medium Red Violet #A32777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 50.78%
G = 12.15%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A32777 (or 0xA32777) is known color: Medium Red Violet. HEX triplet: A3, 27 and 77. RGB value is (163,39,119). Sum of RGB (Red+Green+Blue) = 163+39+119=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A32777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32777 is #5CD888. Grayscale: #555555. Windows color (decimal): -6084745 or 7808931. OLE color: 7808931.

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

Color convert

RGB 163 39 119 -
CMYK 0 0.76 0.27 0.36
HSL 321.29º 0.61% 0.4% -
HSV(B) 321.29º 0.76% 0.64% -
XYZ 19.16 10.57 18.48 -
YUV 85.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 163 39 119 0 0.76 0.27 0.36 321.29 0.61 0.4
Hex A3 27 77 0 4C 1B 24 141 3D 28
Octal 243 47 167 0 114 33 44 501 75 50
Binary 10100011 100111 1110111 0 1001100 11011 100100 101000001 111101 101000

Color Harmonies of #A32777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32777

Black with #A32777

Text Example


Text Example

White with #A32777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32777; }

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

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

background-color css

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

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

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

border-color css

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

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

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