Html Css Color HEX #A1437E Medium Red Violet

📋 copy color: '#A1437E'

red 161 ◦ green 67 ◦ blue 126

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

Shades of Medium Red Violet #A1437E

Tints of Medium Red Violet #A1437E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.93%

 BLUE value IS 126 (49.61% from 255) = 35.59%

R = 45.48%
G = 18.93%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1437E (or 0xA1437E) is known color: Medium Red Violet. HEX triplet: A1, 43 and 7E. RGB value is (161,67,126). Sum of RGB (Red+Green+Blue) = 161+67+126=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1437E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1437E is #5EBC81. Grayscale: #656565. Windows color (decimal): -6208642 or 8274849. OLE color: 8274849.

HSL color Cylindrical-coordinate representation of color #A1437E: hue angle of 322.34º 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 #A1437E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 67 126 -
CMYK 0 0.58 0.22 0.37
HSL 322.34º 0.41% 0.45% -
HSV(B) 322.34º 0.58% 0.63% -
XYZ 20.47 13.1 21.19 -
YUV 101.83 141.64 170.2 -
System Red Green Blue C M Y K H S L
Decimal 161 67 126 0 0.58 0.22 0.37 322.34 0.41 0.45
Hex A1 43 7E 0 3A 16 25 142 29 2D
Octal 241 103 176 0 72 26 45 502 51 55
Binary 10100001 1000011 1111110 0 111010 10110 100101 101000010 101001 101101

Color Harmonies of #A1437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1437E

Black with #A1437E

Text Example


Text Example

White with #A1437E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1437E; }

 p { color: rgb(161,67,126); }

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

background-color css

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

 a { background-color: rgb(161,67,126); }

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

border-color css

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

 span { border-color: rgb(161,67,126); }

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