Html Css Color HEX #A14271 Rouge

📋 copy color: '#A14271'

red 161 ◦ green 66 ◦ blue 113

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

Shades of Rouge #A14271

Tints of Rouge #A14271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

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

R = 47.35%
G = 19.41%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A14271 (or 0xA14271) is known color: Rouge. HEX triplet: A1, 42 and 71. RGB value is (161,66,113). Sum of RGB (Red+Green+Blue) = 161+66+113=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A14271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14271 is #5EBD8E. Grayscale: #636363. Windows color (decimal): -6208911 or 7422625. OLE color: 7422625.

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

Color convert

RGB 161 66 113 -
CMYK 0 0.59 0.30 0.37
HSL 330.32º 0.42% 0.45% -
HSV(B) 330.32º 0.59% 0.63% -
XYZ 19.63 12.67 17.03 -
YUV 99.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 161 66 113 0 0.59 0.30 0.37 330.32 0.42 0.45
Hex A1 42 71 0 3B 1E 25 14A 2A 2D
Octal 241 102 161 0 73 36 45 512 52 55
Binary 10100001 1000010 1110001 0 111011 11110 100101 101001010 101010 101101

Color Harmonies of #A14271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14271

Black with #A14271

Text Example


Text Example

White with #A14271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14271; }

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

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

background-color css

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

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

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

border-color css

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

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

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