Html Css Color HEX #A14170 Rouge

📋 copy color: '#A14170'

red 161 ◦ green 65 ◦ blue 112

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

Shades of Rouge #A14170

Tints of Rouge #A14170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

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

R = 47.63%
G = 19.23%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A14170 (or 0xA14170) is known color: Rouge. HEX triplet: A1, 41 and 70. RGB value is (161,65,112). Sum of RGB (Red+Green+Blue) = 161+65+112=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A14170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14170 is #5EBE8F. Grayscale: #626262. Windows color (decimal): -6209168 or 7356833. OLE color: 7356833.

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

Color convert

RGB 161 65 112 -
CMYK 0 0.60 0.30 0.37
HSL 330.63º 0.42% 0.44% -
HSV(B) 330.63º 0.6% 0.63% -
XYZ 19.51 12.53 16.72 -
YUV 99.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 161 65 112 0 0.60 0.30 0.37 330.63 0.42 0.44
Hex A1 41 70 0 3C 1E 25 14B 2A 2C
Octal 241 101 160 0 74 36 45 513 52 54
Binary 10100001 1000001 1110000 0 111100 11110 100101 101001011 101010 101100

Color Harmonies of #A14170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14170

Black with #A14170

Text Example


Text Example

White with #A14170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14170; }

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

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

background-color css

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

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

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

border-color css

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

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

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