Html Css Color HEX #A1448D Medium Red Violet

📋 copy color: '#A1448D'

red 161 ◦ green 68 ◦ blue 141

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

Shades of Medium Red Violet #A1448D

Tints of Medium Red Violet #A1448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

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

R = 43.51%
G = 18.38%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1448D (or 0xA1448D) is known color: Medium Red Violet. HEX triplet: A1, 44 and 8D. RGB value is (161,68,141). Sum of RGB (Red+Green+Blue) = 161+68+141=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1448D is #5EBB72. Grayscale: #676767. Windows color (decimal): -6208371 or 9258145. OLE color: 9258145.

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

Color convert

RGB 161 68 141 -
CMYK 0 0.58 0.12 0.37
HSL 312.9º 0.41% 0.45% -
HSV(B) 312.9º 0.58% 0.63% -
XYZ 21.57 13.63 26.69 -
YUV 104.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 161 68 141 0 0.58 0.12 0.37 312.9 0.41 0.45
Hex A1 44 8D 0 3A C 25 139 29 2D
Octal 241 104 215 0 72 14 45 471 51 55
Binary 10100001 1000100 10001101 0 111010 1100 100101 100111001 101001 101101

Color Harmonies of #A1448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1448D

Black with #A1448D

Text Example


Text Example

White with #A1448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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