Html Css Color HEX #A13172 Rouge

📋 copy color: '#A13172'

red 161 ◦ green 49 ◦ blue 114

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

Shades of Rouge #A13172

Tints of Rouge #A13172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.12%

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 49.69%
G = 15.12%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A13172 (or 0xA13172) is known color: Rouge. HEX triplet: A1, 31 and 72. RGB value is (161,49,114). Sum of RGB (Red+Green+Blue) = 161+49+114=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A13172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13172 is #5ECE8D. Grayscale: #595959. Windows color (decimal): -6213262 or 7483809. OLE color: 7483809.

HSL color Cylindrical-coordinate representation of color #A13172: hue angle of 325.18º degrees, saturation: 0.53, 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 #A13172 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 49 114 -
CMYK 0 0.70 0.29 0.37
HSL 325.18º 0.53% 0.41% -
HSV(B) 325.18º 0.7% 0.63% -
XYZ 18.83 10.99 17.05 -
YUV 89.9 141.61 178.71 -
System Red Green Blue C M Y K H S L
Decimal 161 49 114 0 0.70 0.29 0.37 325.18 0.53 0.41
Hex A1 31 72 0 46 1D 25 145 35 29
Octal 241 61 162 0 106 35 45 505 65 51
Binary 10100001 110001 1110010 0 1000110 11101 100101 101000101 110101 101001

Color Harmonies of #A13172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13172

Black with #A13172

Text Example


Text Example

White with #A13172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13172; }

 p { color: rgb(161,49,114); }

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

background-color css

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

 a { background-color: rgb(161,49,114); }

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

border-color css

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

 span { border-color: rgb(161,49,114); }

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