Html Css Color HEX #A13071 Rouge

📋 copy color: '#A13071'

red 161 ◦ green 48 ◦ blue 113

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

Shades of Rouge #A13071

Tints of Rouge #A13071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.91%

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

R = 50%
G = 14.91%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A13071 (or 0xA13071) is known color: Rouge. HEX triplet: A1, 30 and 71. RGB value is (161,48,113). Sum of RGB (Red+Green+Blue) = 161+48+113=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A13071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13071 is #5ECF8E. Grayscale: #595959. Windows color (decimal): -6213519 or 7418017. OLE color: 7418017.

HSL color Cylindrical-coordinate representation of color #A13071: hue angle of 325.49º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13071 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 48 113 -
CMYK 0 0.70 0.30 0.37
HSL 325.49º 0.54% 0.41% -
HSV(B) 325.49º 0.7% 0.63% -
XYZ 18.74 10.88 16.74 -
YUV 89.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 161 48 113 0 0.70 0.30 0.37 325.49 0.54 0.41
Hex A1 30 71 0 46 1E 25 145 36 29
Octal 241 60 161 0 106 36 45 505 66 51
Binary 10100001 110000 1110001 0 1000110 11110 100101 101000101 110110 101001

Color Harmonies of #A13071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13071

Black with #A13071

Text Example


Text Example

White with #A13071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13071; }

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

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

background-color css

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

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

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

border-color css

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

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

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