Html Css Color HEX #A1348F Medium Red Violet

📋 copy color: '#A1348F'

red 161 ◦ green 52 ◦ blue 143

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

Shades of Medium Red Violet #A1348F

Tints of Medium Red Violet #A1348F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 45.22%
G = 14.61%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A1348F (or 0xA1348F) is known color: Medium Red Violet. HEX triplet: A1, 34 and 8F. RGB value is (161,52,143). Sum of RGB (Red+Green+Blue) = 161+52+143=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1348F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1348F is #5ECB70. Grayscale: #5E5E5E. Windows color (decimal): -6212465 or 9385121. OLE color: 9385121.

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

Color convert

RGB 161 52 143 -
CMYK 0 0.68 0.11 0.37
HSL 309.91º 0.51% 0.42% -
HSV(B) 309.91º 0.68% 0.63% -
XYZ 20.88 12.02 27.21 -
YUV 94.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 161 52 143 0 0.68 0.11 0.37 309.91 0.51 0.42
Hex A1 34 8F 0 44 B 25 136 33 2A
Octal 241 64 217 0 104 13 45 466 63 52
Binary 10100001 110100 10001111 0 1000100 1011 100101 100110110 110011 101010

Color Harmonies of #A1348F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1348F

Black with #A1348F

Text Example


Text Example

White with #A1348F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1348F; }

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

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

background-color css

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

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

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

border-color css

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

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

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