Html Css Color HEX #A1348C Medium Red Violet

📋 copy color: '#A1348C'

red 161 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #A1348C

Tints of Medium Red Violet #A1348C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.73%

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 45.61%
G = 14.73%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1348C (or 0xA1348C) is known color: Medium Red Violet. HEX triplet: A1, 34 and 8C. RGB value is (161,52,140). Sum of RGB (Red+Green+Blue) = 161+52+140=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1348C is #5ECB73. Grayscale: #5E5E5E. Windows color (decimal): -6212468 or 9188513. OLE color: 9188513.

HSL color Cylindrical-coordinate representation of color #A1348C: hue angle of 311.56º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1348C is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 52 140 -
CMYK 0 0.68 0.13 0.37
HSL 311.56º 0.51% 0.42% -
HSV(B) 311.56º 0.68% 0.63% -
XYZ 20.66 11.93 26.02 -
YUV 94.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 161 52 140 0 0.68 0.13 0.37 311.56 0.51 0.42
Hex A1 34 8C 0 44 D 25 138 33 2A
Octal 241 64 214 0 104 15 45 470 63 52
Binary 10100001 110100 10001100 0 1000100 1101 100101 100111000 110011 101010

Color Harmonies of #A1348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1348C

Black with #A1348C

Text Example


Text Example

White with #A1348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1348C; }

 p { color: rgb(161,52,140); }

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

background-color css

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

 a { background-color: rgb(161,52,140); }

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

border-color css

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

 span { border-color: rgb(161,52,140); }

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