Html Css Color HEX #A13673 Rouge

📋 copy color: '#A13673'

red 161 ◦ green 54 ◦ blue 115

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

Shades of Rouge #A13673

Tints of Rouge #A13673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 48.79%
G = 16.36%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A13673 (or 0xA13673) is known color: Rouge. HEX triplet: A1, 36 and 73. RGB value is (161,54,115). Sum of RGB (Red+Green+Blue) = 161+54+115=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A13673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13673 is #5EC98C. Grayscale: #5C5C5C. Windows color (decimal): -6211981 or 7550625. OLE color: 7550625.

HSL color Cylindrical-coordinate representation of color #A13673: hue angle of 325.79º degrees, saturation: 0.5, 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 #A13673 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 54 115 -
CMYK 0 0.66 0.29 0.37
HSL 325.79º 0.5% 0.42% -
HSV(B) 325.79º 0.66% 0.63% -
XYZ 19.11 11.45 17.42 -
YUV 92.95 140.45 176.54 -
System Red Green Blue C M Y K H S L
Decimal 161 54 115 0 0.66 0.29 0.37 325.79 0.5 0.42
Hex A1 36 73 0 42 1D 25 146 32 2A
Octal 241 66 163 0 102 35 45 506 62 52
Binary 10100001 110110 1110011 0 1000010 11101 100101 101000110 110010 101010

Color Harmonies of #A13673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13673

Black with #A13673

Text Example


Text Example

White with #A13673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13673; }

 p { color: rgb(161,54,115); }

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

background-color css

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

 a { background-color: rgb(161,54,115); }

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

border-color css

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

 span { border-color: rgb(161,54,115); }

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