Html Css Color HEX #A0327C Medium Red Violet

📋 copy color: '#A0327C'

red 160 ◦ green 50 ◦ blue 124

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

Shades of Medium Red Violet #A0327C

Tints of Medium Red Violet #A0327C

RGB

 RED value IS 160 (62.89% from 255) = 47.9%

 GREEN value IS 50 (19.92% from 255) = 14.97%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 47.9%
G = 14.97%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0327C (or 0xA0327C) is known color: Medium Red Violet. HEX triplet: A0, 32 and 7C. RGB value is (160,50,124). Sum of RGB (Red+Green+Blue) = 160+50+124=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0327C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0327C is #5FCD83. Grayscale: #5B5B5B. Windows color (decimal): -6278532 or 8139424. OLE color: 8139424.

HSL color Cylindrical-coordinate representation of color #A0327C: hue angle of 319.64º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0327C is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 50 124 -
CMYK 0 0.69 0.22 0.37
HSL 319.64º 0.52% 0.41% -
HSV(B) 319.64º 0.69% 0.63% -
XYZ 19.28 11.21 20.22 -
YUV 91.33 146.44 176.98 -
System Red Green Blue C M Y K H S L
Decimal 160 50 124 0 0.69 0.22 0.37 319.64 0.52 0.41
Hex A0 32 7C 0 45 16 25 140 34 29
Octal 240 62 174 0 105 26 45 500 64 51
Binary 10100000 110010 1111100 0 1000101 10110 100101 101000000 110100 101001

Color Harmonies of #A0327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0327C

Black with #A0327C

Text Example


Text Example

White with #A0327C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0327C; }

 p { color: rgb(160,50,124); }

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

background-color css

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

 a { background-color: rgb(160,50,124); }

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

border-color css

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

 span { border-color: rgb(160,50,124); }

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