Html Css Color HEX #A13C62 Rouge

📋 copy color: '#A13C62'

red 161 ◦ green 60 ◦ blue 98

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

Shades of Rouge #A13C62

Tints of Rouge #A13C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.72%

R = 50.47%
G = 18.81%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A13C62 (or 0xA13C62) is known color: Rouge. HEX triplet: A1, 3C and 62. RGB value is (161,60,98). Sum of RGB (Red+Green+Blue) = 161+60+98=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13C62 is #5EC39D. Grayscale: #5E5E5E. Windows color (decimal): -6210462 or 6438049. OLE color: 6438049.

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

Color convert

RGB 161 60 98 -
CMYK 0 0.63 0.39 0.37
HSL 337.43º 0.46% 0.43% -
HSV(B) 337.43º 0.63% 0.63% -
XYZ 18.52 11.69 12.84 -
YUV 94.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 161 60 98 0 0.63 0.39 0.37 337.43 0.46 0.43
Hex A1 3C 62 0 3F 27 25 151 2E 2B
Octal 241 74 142 0 77 47 45 521 56 53
Binary 10100001 111100 1100010 0 111111 100111 100101 101010001 101110 101011

Color Harmonies of #A13C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C62

Black with #A13C62

Text Example


Text Example

White with #A13C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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