Html Css Color HEX #A14173 Rouge

📋 copy color: '#A14173'

red 161 ◦ green 65 ◦ blue 115

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

Shades of Rouge #A14173

Tints of Rouge #A14173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

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

R = 47.21%
G = 19.06%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A14173 (or 0xA14173) is known color: Rouge. HEX triplet: A1, 41 and 73. RGB value is (161,65,115). Sum of RGB (Red+Green+Blue) = 161+65+115=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A14173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14173 is #5EBE8C. Grayscale: #636363. Windows color (decimal): -6209165 or 7553441. OLE color: 7553441.

HSL color Cylindrical-coordinate representation of color #A14173: hue angle of 328.75º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14173 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 65 115 -
CMYK 0 0.60 0.29 0.37
HSL 328.75º 0.42% 0.44% -
HSV(B) 328.75º 0.6% 0.63% -
XYZ 19.68 12.6 17.61 -
YUV 99.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 161 65 115 0 0.60 0.29 0.37 328.75 0.42 0.44
Hex A1 41 73 0 3C 1D 25 149 2A 2C
Octal 241 101 163 0 74 35 45 511 52 54
Binary 10100001 1000001 1110011 0 111100 11101 100101 101001001 101010 101100

Color Harmonies of #A14173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14173

Black with #A14173

Text Example


Text Example

White with #A14173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14173; }

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

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

background-color css

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

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

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

border-color css

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

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

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