Html Css Color HEX #A13B77 Rouge

📋 copy color: '#A13B77'

red 161 ◦ green 59 ◦ blue 119

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

Shades of Rouge #A13B77

Tints of Rouge #A13B77

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.4%

 BLUE value IS 119 (46.88% from 255) = 35.1%

R = 47.49%
G = 17.4%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A13B77 (or 0xA13B77) is known color: Rouge. HEX triplet: A1, 3B and 77. RGB value is (161,59,119). Sum of RGB (Red+Green+Blue) = 161+59+119=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 119 (46.88% from 255 or 35.10% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13B77 is #5EC488. Grayscale: #606060. Windows color (decimal): -6210697 or 7814049. OLE color: 7814049.

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

Color convert

RGB 161 59 119 -
CMYK 0 0.63 0.26 0.37
HSL 324.71º 0.46% 0.43% -
HSV(B) 324.71º 0.63% 0.63% -
XYZ 19.59 12.04 18.74 -
YUV 96.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 161 59 119 0 0.63 0.26 0.37 324.71 0.46 0.43
Hex A1 3B 77 0 3F 1A 25 145 2E 2B
Octal 241 73 167 0 77 32 45 505 56 53
Binary 10100001 111011 1110111 0 111111 11010 100101 101000101 101110 101011

Color Harmonies of #A13B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13B77

Black with #A13B77

Text Example


Text Example

White with #A13B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13B77; }

 p { color: rgb(161,59,119); }

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

background-color css

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

 a { background-color: rgb(161,59,119); }

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

border-color css

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

 span { border-color: rgb(161,59,119); }

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