Html Css Color HEX #A03271 Rouge

📋 copy color: '#A03271'

red 160 ◦ green 50 ◦ blue 113

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

Shades of Rouge #A03271

Tints of Rouge #A03271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.48%

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

R = 49.54%
G = 15.48%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A03271 (or 0xA03271) is known color: Rouge. HEX triplet: A0, 32 and 71. RGB value is (160,50,113). Sum of RGB (Red+Green+Blue) = 160+50+113=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A03271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03271 is #5FCD8E. Grayscale: #595959. Windows color (decimal): -6278543 or 7418528. OLE color: 7418528.

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

Color convert

RGB 160 50 113 -
CMYK 0 0.69 0.29 0.37
HSL 325.64º 0.52% 0.41% -
HSV(B) 325.64º 0.69% 0.63% -
XYZ 18.62 10.95 16.75 -
YUV 90.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 160 50 113 0 0.69 0.29 0.37 325.64 0.52 0.41
Hex A0 32 71 0 45 1D 25 146 34 29
Octal 240 62 161 0 105 35 45 506 64 51
Binary 10100000 110010 1110001 0 1000101 11101 100101 101000110 110100 101001

Color Harmonies of #A03271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03271

Black with #A03271

Text Example


Text Example

White with #A03271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03271; }

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

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

background-color css

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

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

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

border-color css

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

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

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