Html Css Color HEX #A1407F Medium Red Violet

📋 copy color: '#A1407F'

red 161 ◦ green 64 ◦ blue 127

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

Shades of Medium Red Violet #A1407F

Tints of Medium Red Violet #A1407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.18%

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

R = 45.74%
G = 18.18%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1407F (or 0xA1407F) is known color: Medium Red Violet. HEX triplet: A1, 40 and 7F. RGB value is (161,64,127). Sum of RGB (Red+Green+Blue) = 161+64+127=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1407F is #5EBF80. Grayscale: #646464. Windows color (decimal): -6209409 or 8339617. OLE color: 8339617.

HSL color Cylindrical-coordinate representation of color #A1407F: hue angle of 321.03º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1407F is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 64 127 -
CMYK 0 0.60 0.21 0.37
HSL 321.03º 0.43% 0.44% -
HSV(B) 321.03º 0.6% 0.63% -
XYZ 20.36 12.78 21.47 -
YUV 100.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 161 64 127 0 0.60 0.21 0.37 321.03 0.43 0.44
Hex A1 40 7F 0 3C 15 25 141 2B 2C
Octal 241 100 177 0 74 25 45 501 53 54
Binary 10100001 1000000 1111111 0 111100 10101 100101 101000001 101011 101100

Color Harmonies of #A1407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1407F

Black with #A1407F

Text Example


Text Example

White with #A1407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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