Html Css Color HEX #A12C71 Rouge

📋 copy color: '#A12C71'

red 161 ◦ green 44 ◦ blue 113

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

Shades of Rouge #A12C71

Tints of Rouge #A12C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 50.63%
G = 13.84%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A12C71 (or 0xA12C71) is known color: Rouge. HEX triplet: A1, 2C and 71. RGB value is (161,44,113). Sum of RGB (Red+Green+Blue) = 161+44+113=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12C71 is #5ED38E. Grayscale: #565656. Windows color (decimal): -6214543 or 7416993. OLE color: 7416993.

HSL color Cylindrical-coordinate representation of color #A12C71: hue angle of 324.62º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12C71 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 44 113 -
CMYK 0 0.73 0.30 0.37
HSL 324.62º 0.57% 0.4% -
HSV(B) 324.62º 0.73% 0.63% -
XYZ 18.58 10.57 16.68 -
YUV 86.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 161 44 113 0 0.73 0.30 0.37 324.62 0.57 0.4
Hex A1 2C 71 0 49 1E 25 145 39 28
Octal 241 54 161 0 111 36 45 505 71 50
Binary 10100001 101100 1110001 0 1001001 11110 100101 101000101 111001 101000

Color Harmonies of #A12C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12C71

Black with #A12C71

Text Example


Text Example

White with #A12C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12C71; }

 p { color: rgb(161,44,113); }

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

background-color css

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

 a { background-color: rgb(161,44,113); }

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

border-color css

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

 span { border-color: rgb(161,44,113); }

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