Html Css Color HEX #A14871 Rouge

📋 copy color: '#A14871'

red 161 ◦ green 72 ◦ blue 113

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

Shades of Rouge #A14871

Tints of Rouge #A14871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.81%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 46.53%
G = 20.81%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A14871 (or 0xA14871) is known color: Rouge. HEX triplet: A1, 48 and 71. RGB value is (161,72,113). Sum of RGB (Red+Green+Blue) = 161+72+113=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A14871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14871 is #5EB78E. Grayscale: #676767. Windows color (decimal): -6207375 or 7424161. OLE color: 7424161.

HSL color Cylindrical-coordinate representation of color #A14871: hue angle of 332.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14871 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 72 113 -
CMYK 0 0.55 0.30 0.37
HSL 332.36º 0.38% 0.46% -
HSV(B) 332.36º 0.55% 0.63% -
XYZ 20 13.4 17.16 -
YUV 103.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 161 72 113 0 0.55 0.30 0.37 332.36 0.38 0.46
Hex A1 48 71 0 37 1E 25 14C 26 2E
Octal 241 110 161 0 67 36 45 514 46 56
Binary 10100001 1001000 1110001 0 110111 11110 100101 101001100 100110 101110

Color Harmonies of #A14871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14871

Black with #A14871

Text Example


Text Example

White with #A14871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14871; }

 p { color: rgb(161,72,113); }

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

background-color css

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

 a { background-color: rgb(161,72,113); }

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

border-color css

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

 span { border-color: rgb(161,72,113); }

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