Html Css Color HEX #A14773 Rouge

📋 copy color: '#A14773'

red 161 ◦ green 71 ◦ blue 115

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

Shades of Rouge #A14773

Tints of Rouge #A14773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.46%

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

R = 46.4%
G = 20.46%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A14773 (or 0xA14773) is known color: Rouge. HEX triplet: A1, 47 and 73. RGB value is (161,71,115). Sum of RGB (Red+Green+Blue) = 161+71+115=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A14773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14773 is #5EB88C. Grayscale: #666666. Windows color (decimal): -6207629 or 7554977. OLE color: 7554977.

HSL color Cylindrical-coordinate representation of color #A14773: hue angle of 330.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14773 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 71 115 -
CMYK 0 0.56 0.29 0.37
HSL 330.67º 0.39% 0.45% -
HSV(B) 330.67º 0.56% 0.63% -
XYZ 20.05 13.32 17.73 -
YUV 102.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 161 71 115 0 0.56 0.29 0.37 330.67 0.39 0.45
Hex A1 47 73 0 38 1D 25 14B 27 2D
Octal 241 107 163 0 70 35 45 513 47 55
Binary 10100001 1000111 1110011 0 111000 11101 100101 101001011 100111 101101

Color Harmonies of #A14773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14773

Black with #A14773

Text Example


Text Example

White with #A14773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14773; }

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

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

background-color css

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

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

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

border-color css

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

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

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