Html Css Color HEX #A13C63 Rouge

📋 copy color: '#A13C63'

red 161 ◦ green 60 ◦ blue 99

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

Shades of Rouge #A13C63

Tints of Rouge #A13C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 50.31%
G = 18.75%
B = 30.94%

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

#A13C63 (or 0xA13C63) is known color: Rouge. HEX triplet: A1, 3C and 63. RGB value is (161,60,99). Sum of RGB (Red+Green+Blue) = 161+60+99=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13C63 is #5EC39C. Grayscale: #5E5E5E. Windows color (decimal): -6210461 or 6503585. OLE color: 6503585.

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

Color convert

RGB 161 60 99 -
CMYK 0 0.63 0.39 0.37
HSL 336.83º 0.46% 0.43% -
HSV(B) 336.83º 0.63% 0.63% -
XYZ 18.57 11.71 13.09 -
YUV 94.65 130.46 175.33 -
System Red Green Blue C M Y K H S L
Decimal 161 60 99 0 0.63 0.39 0.37 336.83 0.46 0.43
Hex A1 3C 63 0 3F 27 25 151 2E 2B
Octal 241 74 143 0 77 47 45 521 56 53
Binary 10100001 111100 1100011 0 111111 100111 100101 101010001 101110 101011

Color Harmonies of #A13C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C63

Black with #A13C63

Text Example


Text Example

White with #A13C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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