Html Css Color HEX #A14472 Rouge

📋 copy color: '#A14472'

red 161 ◦ green 68 ◦ blue 114

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

Shades of Rouge #A14472

Tints of Rouge #A14472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 46.94%
G = 19.83%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A14472 (or 0xA14472) is known color: Rouge. HEX triplet: A1, 44 and 72. RGB value is (161,68,114). Sum of RGB (Red+Green+Blue) = 161+68+114=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A14472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14472 is #5EBB8D. Grayscale: #646464. Windows color (decimal): -6208398 or 7488673. OLE color: 7488673.

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

Color convert

RGB 161 68 114 -
CMYK 0 0.58 0.29 0.37
HSL 330.32º 0.41% 0.45% -
HSV(B) 330.32º 0.58% 0.63% -
XYZ 19.8 12.93 17.37 -
YUV 101.05 135.31 170.76 -
System Red Green Blue C M Y K H S L
Decimal 161 68 114 0 0.58 0.29 0.37 330.32 0.41 0.45
Hex A1 44 72 0 3A 1D 25 14A 29 2D
Octal 241 104 162 0 72 35 45 512 51 55
Binary 10100001 1000100 1110010 0 111010 11101 100101 101001010 101001 101101

Color Harmonies of #A14472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14472

Black with #A14472

Text Example


Text Example

White with #A14472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14472; }

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

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

background-color css

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

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

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

border-color css

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

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

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