Html Css Color HEX #A13775 Rouge

📋 copy color: '#A13775'

red 161 ◦ green 55 ◦ blue 117

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

Shades of Rouge #A13775

Tints of Rouge #A13775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.52%

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 48.35%
G = 16.52%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A13775 (or 0xA13775) is known color: Rouge. HEX triplet: A1, 37 and 75. RGB value is (161,55,117). Sum of RGB (Red+Green+Blue) = 161+55+117=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A13775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13775 is #5EC88A. Grayscale: #5D5D5D. Windows color (decimal): -6211723 or 7681953. OLE color: 7681953.

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

Color convert

RGB 161 55 117 -
CMYK 0 0.66 0.27 0.37
HSL 324.91º 0.49% 0.42% -
HSV(B) 324.91º 0.66% 0.63% -
XYZ 19.28 11.59 18.05 -
YUV 93.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 161 55 117 0 0.66 0.27 0.37 324.91 0.49 0.42
Hex A1 37 75 0 42 1B 25 145 31 2A
Octal 241 67 165 0 102 33 45 505 61 52
Binary 10100001 110111 1110101 0 1000010 11011 100101 101000101 110001 101010

Color Harmonies of #A13775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13775

Black with #A13775

Text Example


Text Example

White with #A13775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13775; }

 p { color: rgb(161,55,117); }

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

background-color css

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

 a { background-color: rgb(161,55,117); }

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

border-color css

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

 span { border-color: rgb(161,55,117); }

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