Html Css Color HEX #A14770 Rouge

📋 copy color: '#A14770'

red 161 ◦ green 71 ◦ blue 112

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

Shades of Rouge #A14770

Tints of Rouge #A14770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.64%

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

R = 46.8%
G = 20.64%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A14770 (or 0xA14770) is known color: Rouge. HEX triplet: A1, 47 and 70. RGB value is (161,71,112). Sum of RGB (Red+Green+Blue) = 161+71+112=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A14770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14770 is #5EB88F. Grayscale: #666666. Windows color (decimal): -6207632 or 7358369. OLE color: 7358369.

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

Color convert

RGB 161 71 112 -
CMYK 0 0.56 0.30 0.37
HSL 332.67º 0.39% 0.45% -
HSV(B) 332.67º 0.56% 0.63% -
XYZ 19.88 13.25 16.84 -
YUV 102.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 161 71 112 0 0.56 0.30 0.37 332.67 0.39 0.45
Hex A1 47 70 0 38 1E 25 14D 27 2D
Octal 241 107 160 0 70 36 45 515 47 55
Binary 10100001 1000111 1110000 0 111000 11110 100101 101001101 100111 101101

Color Harmonies of #A14770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14770

Black with #A14770

Text Example


Text Example

White with #A14770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14770; }

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

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

background-color css

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

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

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

border-color css

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

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

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