Html Css Color HEX #A14471 Rouge

📋 copy color: '#A14471'

red 161 ◦ green 68 ◦ blue 113

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

Shades of Rouge #A14471

Tints of Rouge #A14471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.88%

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

R = 47.08%
G = 19.88%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A14471 (or 0xA14471) is known color: Rouge. HEX triplet: A1, 44 and 71. RGB value is (161,68,113). Sum of RGB (Red+Green+Blue) = 161+68+113=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A14471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14471 is #5EBB8E. Grayscale: #646464. Windows color (decimal): -6208399 or 7423137. OLE color: 7423137.

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

Color convert

RGB 161 68 113 -
CMYK 0 0.58 0.30 0.37
HSL 330.97º 0.41% 0.45% -
HSV(B) 330.97º 0.58% 0.63% -
XYZ 19.75 12.9 17.07 -
YUV 100.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 161 68 113 0 0.58 0.30 0.37 330.97 0.41 0.45
Hex A1 44 71 0 3A 1E 25 14B 29 2D
Octal 241 104 161 0 72 36 45 513 51 55
Binary 10100001 1000100 1110001 0 111010 11110 100101 101001011 101001 101101

Color Harmonies of #A14471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14471

Black with #A14471

Text Example


Text Example

White with #A14471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14471; }

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

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

background-color css

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

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

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

border-color css

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

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

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