Html Css Color HEX #A13C64 Rouge

📋 copy color: '#A13C64'

red 161 ◦ green 60 ◦ blue 100

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

Shades of Rouge #A13C64

Tints of Rouge #A13C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 50.16%
G = 18.69%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A13C64 (or 0xA13C64) is known color: Rouge. HEX triplet: A1, 3C and 64. RGB value is (161,60,100). Sum of RGB (Red+Green+Blue) = 161+60+100=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13C64 is #5EC39B. Grayscale: #5E5E5E. Windows color (decimal): -6210460 or 6569121. OLE color: 6569121.

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

Color convert

RGB 161 60 100 -
CMYK 0 0.63 0.38 0.37
HSL 336.24º 0.46% 0.43% -
HSV(B) 336.24º 0.63% 0.63% -
XYZ 18.61 11.73 13.34 -
YUV 94.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 161 60 100 0 0.63 0.38 0.37 336.24 0.46 0.43
Hex A1 3C 64 0 3F 26 25 150 2E 2B
Octal 241 74 144 0 77 46 45 520 56 53
Binary 10100001 111100 1100100 0 111111 100110 100101 101010000 101110 101011

Color Harmonies of #A13C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13C64

Black with #A13C64

Text Example


Text Example

White with #A13C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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