Html Css Color HEX #A13873 Rouge

📋 copy color: '#A13873'

red 161 ◦ green 56 ◦ blue 115

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

Shades of Rouge #A13873

Tints of Rouge #A13873

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

 BLUE value IS 115 (45.31% from 255) = 34.64%

R = 48.49%
G = 16.87%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A13873 (or 0xA13873) is known color: Rouge. HEX triplet: A1, 38 and 73. RGB value is (161,56,115). Sum of RGB (Red+Green+Blue) = 161+56+115=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A13873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13873 is #5EC78C. Grayscale: #5D5D5D. Windows color (decimal): -6211469 or 7551137. OLE color: 7551137.

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

Color convert

RGB 161 56 115 -
CMYK 0 0.65 0.29 0.37
HSL 326.29º 0.48% 0.43% -
HSV(B) 326.29º 0.65% 0.63% -
XYZ 19.21 11.64 17.45 -
YUV 94.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 161 56 115 0 0.65 0.29 0.37 326.29 0.48 0.43
Hex A1 38 73 0 41 1D 25 146 30 2B
Octal 241 70 163 0 101 35 45 506 60 53
Binary 10100001 111000 1110011 0 1000001 11101 100101 101000110 110000 101011

Color Harmonies of #A13873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13873

Black with #A13873

Text Example


Text Example

White with #A13873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13873; }

 p { color: rgb(161,56,115); }

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

background-color css

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

 a { background-color: rgb(161,56,115); }

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

border-color css

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

 span { border-color: rgb(161,56,115); }

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