Html Css Color HEX #A14573 Rouge

📋 copy color: '#A14573'

red 161 ◦ green 69 ◦ blue 115

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

Shades of Rouge #A14573

Tints of Rouge #A14573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20%

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

R = 46.67%
G = 20%
B = 33.33%

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

#A14573 (or 0xA14573) is known color: Rouge. HEX triplet: A1, 45 and 73. RGB value is (161,69,115). Sum of RGB (Red+Green+Blue) = 161+69+115=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A14573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14573 is #5EBA8C. Grayscale: #656565. Windows color (decimal): -6208141 or 7554465. OLE color: 7554465.

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

Color convert

RGB 161 69 115 -
CMYK 0 0.57 0.29 0.37
HSL 330º 0.4% 0.45% -
HSV(B) 330º 0.57% 0.63% -
XYZ 19.92 13.07 17.69 -
YUV 101.75 135.48 170.26 -
System Red Green Blue C M Y K H S L
Decimal 161 69 115 0 0.57 0.29 0.37 330 0.4 0.45
Hex A1 45 73 0 39 1D 25 14A 28 2D
Octal 241 105 163 0 71 35 45 512 50 55
Binary 10100001 1000101 1110011 0 111001 11101 100101 101001010 101000 101101

Color Harmonies of #A14573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14573

Black with #A14573

Text Example


Text Example

White with #A14573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14573; }

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

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

background-color css

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

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

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

border-color css

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

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

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