Html Css Color HEX #A0328E Medium Red Violet

📋 copy color: '#A0328E'

red 160 ◦ green 50 ◦ blue 142

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

Shades of Medium Red Violet #A0328E

Tints of Medium Red Violet #A0328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.34%

R = 45.45%
G = 14.2%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0328E (or 0xA0328E) is known color: Medium Red Violet. HEX triplet: A0, 32 and 8E. RGB value is (160,50,142). Sum of RGB (Red+Green+Blue) = 160+50+142=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0328E is #5FCD71. Grayscale: #5D5D5D. Windows color (decimal): -6278514 or 9319072. OLE color: 9319072.

HSL color Cylindrical-coordinate representation of color #A0328E: hue angle of 309.82º 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 #A0328E is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 50 142 -
CMYK 0 0.69 0.11 0.37
HSL 309.82º 0.52% 0.41% -
HSV(B) 309.82º 0.69% 0.63% -
XYZ 20.52 11.71 26.77 -
YUV 93.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 160 50 142 0 0.69 0.11 0.37 309.82 0.52 0.41
Hex A0 32 8E 0 45 B 25 136 34 29
Octal 240 62 216 0 105 13 45 466 64 51
Binary 10100000 110010 10001110 0 1000101 1011 100101 100110110 110100 101001

Color Harmonies of #A0328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0328E

Black with #A0328E

Text Example


Text Example

White with #A0328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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