Html Css Color HEX #A1427F Medium Red Violet

📋 copy color: '#A1427F'

red 161 ◦ green 66 ◦ blue 127

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

Shades of Medium Red Violet #A1427F

Tints of Medium Red Violet #A1427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.64%

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

R = 45.48%
G = 18.64%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1427F (or 0xA1427F) is known color: Medium Red Violet. HEX triplet: A1, 42 and 7F. RGB value is (161,66,127). Sum of RGB (Red+Green+Blue) = 161+66+127=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1427F is #5EBD80. Grayscale: #656565. Windows color (decimal): -6208897 or 8340129. OLE color: 8340129.

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

Color convert

RGB 161 66 127 -
CMYK 0 0.59 0.21 0.37
HSL 321.47º 0.42% 0.45% -
HSV(B) 321.47º 0.59% 0.63% -
XYZ 20.48 13.01 21.51 -
YUV 101.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 161 66 127 0 0.59 0.21 0.37 321.47 0.42 0.45
Hex A1 42 7F 0 3B 15 25 141 2A 2D
Octal 241 102 177 0 73 25 45 501 52 55
Binary 10100001 1000010 1111111 0 111011 10101 100101 101000001 101010 101101

Color Harmonies of #A1427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1427F

Black with #A1427F

Text Example


Text Example

White with #A1427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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