Html Css Color HEX #A14172 Rouge

📋 copy color: '#A14172'

red 161 ◦ green 65 ◦ blue 114

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

Shades of Rouge #A14172

Tints of Rouge #A14172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.53%

R = 47.35%
G = 19.12%
B = 33.53%

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

#A14172 (or 0xA14172) is known color: Rouge. HEX triplet: A1, 41 and 72. RGB value is (161,65,114). Sum of RGB (Red+Green+Blue) = 161+65+114=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A14172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14172 is #5EBE8D. Grayscale: #636363. Windows color (decimal): -6209166 or 7487905. OLE color: 7487905.

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

Color convert

RGB 161 65 114 -
CMYK 0 0.60 0.29 0.37
HSL 329.38º 0.42% 0.44% -
HSV(B) 329.38º 0.6% 0.63% -
XYZ 19.63 12.57 17.31 -
YUV 99.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 161 65 114 0 0.60 0.29 0.37 329.38 0.42 0.44
Hex A1 41 72 0 3C 1D 25 149 2A 2C
Octal 241 101 162 0 74 35 45 511 52 54
Binary 10100001 1000001 1110010 0 111100 11101 100101 101001001 101010 101100

Color Harmonies of #A14172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14172

Black with #A14172

Text Example


Text Example

White with #A14172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14172; }

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

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

background-color css

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

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

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

border-color css

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

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

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