Html Css Color HEX #A03471 Rouge

📋 copy color: '#A03471'

red 160 ◦ green 52 ◦ blue 113

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

Shades of Rouge #A03471

Tints of Rouge #A03471

RGB

 RED value IS 160 (62.89% from 255) = 49.23%

 GREEN value IS 52 (20.7% from 255) = 16%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 49.23%
G = 16%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A03471 (or 0xA03471) is known color: Rouge. HEX triplet: A0, 34 and 71. RGB value is (160,52,113). Sum of RGB (Red+Green+Blue) = 160+52+113=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A03471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03471 is #5FCB8E. Grayscale: #5B5B5B. Windows color (decimal): -6278031 or 7419040. OLE color: 7419040.

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

Color convert

RGB 160 52 113 -
CMYK 0 0.68 0.29 0.37
HSL 326.11º 0.51% 0.42% -
HSV(B) 326.11º 0.68% 0.63% -
XYZ 18.71 11.12 16.78 -
YUV 91.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 160 52 113 0 0.68 0.29 0.37 326.11 0.51 0.42
Hex A0 34 71 0 44 1D 25 146 33 2A
Octal 240 64 161 0 104 35 45 506 63 52
Binary 10100000 110100 1110001 0 1000100 11101 100101 101000110 110011 101010

Color Harmonies of #A03471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03471

Black with #A03471

Text Example


Text Example

White with #A03471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03471; }

 p { color: rgb(160,52,113); }

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

background-color css

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

 a { background-color: rgb(160,52,113); }

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

border-color css

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

 span { border-color: rgb(160,52,113); }

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