Html Css Color HEX #A1367F Medium Red Violet

📋 copy color: '#A1367F'

red 161 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #A1367F

Tints of Medium Red Violet #A1367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 47.08%
G = 15.79%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1367F (or 0xA1367F) is known color: Medium Red Violet. HEX triplet: A1, 36 and 7F. RGB value is (161,54,127). Sum of RGB (Red+Green+Blue) = 161+54+127=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1367F is #5EC980. Grayscale: #5E5E5E. Windows color (decimal): -6211969 or 8337057. OLE color: 8337057.

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

Color convert

RGB 161 54 127 -
CMYK 0 0.66 0.21 0.37
HSL 319.07º 0.5% 0.42% -
HSV(B) 319.07º 0.66% 0.63% -
XYZ 19.85 11.75 21.3 -
YUV 94.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 161 54 127 0 0.66 0.21 0.37 319.07 0.5 0.42
Hex A1 36 7F 0 42 15 25 13F 32 2A
Octal 241 66 177 0 102 25 45 477 62 52
Binary 10100001 110110 1111111 0 1000010 10101 100101 100111111 110010 101010

Color Harmonies of #A1367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1367F

Black with #A1367F

Text Example


Text Example

White with #A1367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1367F; }

 p { color: rgb(161,54,127); }

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

background-color css

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

 a { background-color: rgb(161,54,127); }

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

border-color css

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

 span { border-color: rgb(161,54,127); }

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