Html Css Color HEX #A13072 Rouge

📋 copy color: '#A13072'

red 161 ◦ green 48 ◦ blue 114

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

Shades of Rouge #A13072

Tints of Rouge #A13072

RGB

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

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

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

R = 49.85%
G = 14.86%
B = 35.29%

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

#A13072 (or 0xA13072) is known color: Rouge. HEX triplet: A1, 30 and 72. RGB value is (161,48,114). Sum of RGB (Red+Green+Blue) = 161+48+114=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A13072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13072 is #5ECF8D. Grayscale: #595959. Windows color (decimal): -6213518 or 7483553. OLE color: 7483553.

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

Color convert

RGB 161 48 114 -
CMYK 0 0.70 0.29 0.37
HSL 324.96º 0.54% 0.41% -
HSV(B) 324.96º 0.7% 0.63% -
XYZ 18.79 10.91 17.03 -
YUV 89.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 161 48 114 0 0.70 0.29 0.37 324.96 0.54 0.41
Hex A1 30 72 0 46 1D 25 145 36 29
Octal 241 60 162 0 106 35 45 505 66 51
Binary 10100001 110000 1110010 0 1000110 11101 100101 101000101 110110 101001

Color Harmonies of #A13072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13072

Black with #A13072

Text Example


Text Example

White with #A13072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13072; }

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

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

background-color css

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

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

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

border-color css

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

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

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