Html Css Color HEX #A14673 Rouge

📋 copy color: '#A14673'

red 161 ◦ green 70 ◦ blue 115

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

Shades of Rouge #A14673

Tints of Rouge #A14673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 46.53%
G = 20.23%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A14673 (or 0xA14673) is known color: Rouge. HEX triplet: A1, 46 and 73. RGB value is (161,70,115). Sum of RGB (Red+Green+Blue) = 161+70+115=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A14673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14673 is #5EB98C. Grayscale: #666666. Windows color (decimal): -6207885 or 7554721. OLE color: 7554721.

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

Color convert

RGB 161 70 115 -
CMYK 0 0.57 0.29 0.37
HSL 330.33º 0.39% 0.45% -
HSV(B) 330.33º 0.57% 0.63% -
XYZ 19.98 13.2 17.71 -
YUV 102.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 161 70 115 0 0.57 0.29 0.37 330.33 0.39 0.45
Hex A1 46 73 0 39 1D 25 14A 27 2D
Octal 241 106 163 0 71 35 45 512 47 55
Binary 10100001 1000110 1110011 0 111001 11101 100101 101001010 100111 101101

Color Harmonies of #A14673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14673

Black with #A14673

Text Example


Text Example

White with #A14673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14673; }

 p { color: rgb(161,70,115); }

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

background-color css

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

 a { background-color: rgb(161,70,115); }

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

border-color css

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

 span { border-color: rgb(161,70,115); }

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