Html Css Color HEX #A03971 Rouge

📋 copy color: '#A03971'

red 160 ◦ green 57 ◦ blue 113

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

Shades of Rouge #A03971

Tints of Rouge #A03971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.27%

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

R = 48.48%
G = 17.27%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A03971 (or 0xA03971) is known color: Rouge. HEX triplet: A0, 39 and 71. RGB value is (160,57,113). Sum of RGB (Red+Green+Blue) = 160+57+113=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A03971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03971 is #5FC68E. Grayscale: #5E5E5E. Windows color (decimal): -6276751 or 7420320. OLE color: 7420320.

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

Color convert

RGB 160 57 113 -
CMYK 0 0.64 0.29 0.37
HSL 327.38º 0.47% 0.43% -
HSV(B) 327.38º 0.64% 0.63% -
XYZ 18.94 11.59 16.86 -
YUV 94.18 138.62 174.95 -
System Red Green Blue C M Y K H S L
Decimal 160 57 113 0 0.64 0.29 0.37 327.38 0.47 0.43
Hex A0 39 71 0 40 1D 25 147 2F 2B
Octal 240 71 161 0 100 35 45 507 57 53
Binary 10100000 111001 1110001 0 1000000 11101 100101 101000111 101111 101011

Color Harmonies of #A03971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03971

Black with #A03971

Text Example


Text Example

White with #A03971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03971; }

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

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

background-color css

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

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

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

border-color css

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

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

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