Html Css Color HEX #A0328D Medium Red Violet

📋 copy color: '#A0328D'

red 160 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #A0328D

Tints of Medium Red Violet #A0328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 45.58%
G = 14.25%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0328D (or 0xA0328D) is known color: Medium Red Violet. HEX triplet: A0, 32 and 8D. RGB value is (160,50,141). Sum of RGB (Red+Green+Blue) = 160+50+141=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0328D is #5FCD72. Grayscale: #5D5D5D. Windows color (decimal): -6278515 or 9253536. OLE color: 9253536.

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

Color convert

RGB 160 50 141 -
CMYK 0 0.69 0.12 0.37
HSL 310.36º 0.52% 0.41% -
HSV(B) 310.36º 0.69% 0.63% -
XYZ 20.45 11.68 26.38 -
YUV 93.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 160 50 141 0 0.69 0.12 0.37 310.36 0.52 0.41
Hex A0 32 8D 0 45 C 25 136 34 29
Octal 240 62 215 0 105 14 45 466 64 51
Binary 10100000 110010 10001101 0 1000101 1100 100101 100110110 110100 101001

Color Harmonies of #A0328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0328D

Black with #A0328D

Text Example


Text Example

White with #A0328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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