Html Css Color HEX #A1388A Medium Red Violet

📋 copy color: '#A1388A'

red 161 ◦ green 56 ◦ blue 138

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

Shades of Medium Red Violet #A1388A

Tints of Medium Red Violet #A1388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 45.35%
G = 15.77%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1388A (or 0xA1388A) is known color: Medium Red Violet. HEX triplet: A1, 38 and 8A. RGB value is (161,56,138). Sum of RGB (Red+Green+Blue) = 161+56+138=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1388A is #5EC775. Grayscale: #606060. Windows color (decimal): -6211446 or 9058465. OLE color: 9058465.

HSL color Cylindrical-coordinate representation of color #A1388A: hue angle of 313.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1388A is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 56 138 -
CMYK 0 0.65 0.14 0.37
HSL 313.14º 0.48% 0.43% -
HSV(B) 313.14º 0.65% 0.63% -
XYZ 20.7 12.24 25.32 -
YUV 96.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 161 56 138 0 0.65 0.14 0.37 313.14 0.48 0.43
Hex A1 38 8A 0 41 E 25 139 30 2B
Octal 241 70 212 0 101 16 45 471 60 53
Binary 10100001 111000 10001010 0 1000001 1110 100101 100111001 110000 101011

Color Harmonies of #A1388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1388A

Black with #A1388A

Text Example


Text Example

White with #A1388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1388A; }

 p { color: rgb(161,56,138); }

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

background-color css

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

 a { background-color: rgb(161,56,138); }

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

border-color css

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

 span { border-color: rgb(161,56,138); }

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