Html Css Color HEX #A1308D Medium Red Violet

📋 copy color: '#A1308D'

red 161 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #A1308D

Tints of Medium Red Violet #A1308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

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

R = 46%
G = 13.71%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1308D (or 0xA1308D) is known color: Medium Red Violet. HEX triplet: A1, 30 and 8D. RGB value is (161,48,141). Sum of RGB (Red+Green+Blue) = 161+48+141=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1308D is #5ECF72. Grayscale: #5C5C5C. Windows color (decimal): -6213491 or 9253025. OLE color: 9253025.

HSL color Cylindrical-coordinate representation of color #A1308D: hue angle of 310.62º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1308D is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 48 141 -
CMYK 0 0.70 0.12 0.37
HSL 310.62º 0.54% 0.41% -
HSV(B) 310.62º 0.7% 0.63% -
XYZ 20.56 11.61 26.36 -
YUV 92.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 161 48 141 0 0.70 0.12 0.37 310.62 0.54 0.41
Hex A1 30 8D 0 46 C 25 137 36 29
Octal 241 60 215 0 106 14 45 467 66 51
Binary 10100001 110000 10001101 0 1000110 1100 100101 100110111 110110 101001

Color Harmonies of #A1308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1308D

Black with #A1308D

Text Example


Text Example

White with #A1308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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