Html Css Color HEX #A1328D Medium Red Violet

📋 copy color: '#A1328D'

red 161 ◦ green 50 ◦ blue 141

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

Shades of Medium Red Violet #A1328D

Tints of Medium Red Violet #A1328D

RGB

 RED value IS 161 (63.28% from 255) = 45.74%

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

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

R = 45.74%
G = 14.2%
B = 40.06%

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

#A1328D (or 0xA1328D) is known color: Medium Red Violet. HEX triplet: A1, 32 and 8D. RGB value is (161,50,141). Sum of RGB (Red+Green+Blue) = 161+50+141=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1328D is #5ECD72. Grayscale: #5D5D5D. Windows color (decimal): -6212979 or 9253537. OLE color: 9253537.

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

Color convert

RGB 161 50 141 -
CMYK 0 0.69 0.12 0.37
HSL 310.81º 0.53% 0.41% -
HSV(B) 310.81º 0.69% 0.63% -
XYZ 20.65 11.78 26.39 -
YUV 93.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 161 50 141 0 0.69 0.12 0.37 310.81 0.53 0.41
Hex A1 32 8D 0 45 C 25 137 35 29
Octal 241 62 215 0 105 14 45 467 65 51
Binary 10100001 110010 10001101 0 1000101 1100 100101 100110111 110101 101001

Color Harmonies of #A1328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1328D

Black with #A1328D

Text Example


Text Example

White with #A1328D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1328D; }

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

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

background-color css

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

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

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

border-color css

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

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

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