Html Css Color HEX #A14870 Rouge

📋 copy color: '#A14870'

red 161 ◦ green 72 ◦ blue 112

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

Shades of Rouge #A14870

Tints of Rouge #A14870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 46.67%
G = 20.87%
B = 32.46%

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

#A14870 (or 0xA14870) is known color: Rouge. HEX triplet: A1, 48 and 70. RGB value is (161,72,112). Sum of RGB (Red+Green+Blue) = 161+72+112=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A14870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14870 is #5EB78F. Grayscale: #676767. Windows color (decimal): -6207376 or 7358625. OLE color: 7358625.

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

Color convert

RGB 161 72 112 -
CMYK 0 0.55 0.30 0.37
HSL 333.03º 0.38% 0.46% -
HSV(B) 333.03º 0.55% 0.63% -
XYZ 19.94 13.38 16.86 -
YUV 103.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 161 72 112 0 0.55 0.30 0.37 333.03 0.38 0.46
Hex A1 48 70 0 37 1E 25 14D 26 2E
Octal 241 110 160 0 67 36 45 515 46 56
Binary 10100001 1001000 1110000 0 110111 11110 100101 101001101 100110 101110

Color Harmonies of #A14870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14870

Black with #A14870

Text Example


Text Example

White with #A14870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14870; }

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

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

background-color css

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

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

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

border-color css

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

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

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