Html Css Color HEX #A13C76 Rouge

📋 copy color: '#A13C76'

red 161 ◦ green 60 ◦ blue 118

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

Shades of Rouge #A13C76

Tints of Rouge #A13C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.7%

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 47.49%
G = 17.7%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A13C76 (or 0xA13C76) is known color: Rouge. HEX triplet: A1, 3C and 76. RGB value is (161,60,118). Sum of RGB (Red+Green+Blue) = 161+60+118=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13C76 is #5EC389. Grayscale: #606060. Windows color (decimal): -6210442 or 7748769. OLE color: 7748769.

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

Color convert

RGB 161 60 118 -
CMYK 0 0.63 0.27 0.37
HSL 325.54º 0.46% 0.43% -
HSV(B) 325.54º 0.63% 0.63% -
XYZ 19.58 12.12 18.45 -
YUV 96.81 139.96 173.78 -
System Red Green Blue C M Y K H S L
Decimal 161 60 118 0 0.63 0.27 0.37 325.54 0.46 0.43
Hex A1 3C 76 0 3F 1B 25 146 2E 2B
Octal 241 74 166 0 77 33 45 506 56 53
Binary 10100001 111100 1110110 0 111111 11011 100101 101000110 101110 101011

Color Harmonies of #A13C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C76

Black with #A13C76

Text Example


Text Example

White with #A13C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C76; }

 p { color: rgb(161,60,118); }

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

background-color css

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

 a { background-color: rgb(161,60,118); }

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

border-color css

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

 span { border-color: rgb(161,60,118); }

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