Html Css Color HEX #A13672 Rouge

📋 copy color: '#A13672'

red 161 ◦ green 54 ◦ blue 114

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

Shades of Rouge #A13672

Tints of Rouge #A13672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

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

R = 48.94%
G = 16.41%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A13672 (or 0xA13672) is known color: Rouge. HEX triplet: A1, 36 and 72. RGB value is (161,54,114). Sum of RGB (Red+Green+Blue) = 161+54+114=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A13672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13672 is #5EC98D. Grayscale: #5C5C5C. Windows color (decimal): -6211982 or 7485089. OLE color: 7485089.

HSL color Cylindrical-coordinate representation of color #A13672: hue angle of 326.36º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13672 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 54 114 -
CMYK 0 0.66 0.29 0.37
HSL 326.36º 0.5% 0.42% -
HSV(B) 326.36º 0.66% 0.63% -
XYZ 19.05 11.43 17.12 -
YUV 92.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 161 54 114 0 0.66 0.29 0.37 326.36 0.5 0.42
Hex A1 36 72 0 42 1D 25 146 32 2A
Octal 241 66 162 0 102 35 45 506 62 52
Binary 10100001 110110 1110010 0 1000010 11101 100101 101000110 110010 101010

Color Harmonies of #A13672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13672

Black with #A13672

Text Example


Text Example

White with #A13672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13672; }

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

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

background-color css

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

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

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

border-color css

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

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

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