Html Css Color HEX #A32C71 Rouge

📋 copy color: '#A32C71'

red 163 ◦ green 44 ◦ blue 113

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

Shades of Rouge #A32C71

Tints of Rouge #A32C71

RGB

 RED value IS 163 (64.06% from 255) = 50.94%

 GREEN value IS 44 (17.58% from 255) = 13.75%

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

R = 50.94%
G = 13.75%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A32C71 (or 0xA32C71) is known color: Rouge. HEX triplet: A3, 2C and 71. RGB value is (163,44,113). Sum of RGB (Red+Green+Blue) = 163+44+113=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32C71 is #5CD38E. Grayscale: #575757. Windows color (decimal): -6083471 or 7416995. OLE color: 7416995.

HSL color Cylindrical-coordinate representation of color #A32C71: hue angle of 325.21º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32C71 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 44 113 -
CMYK 0 0.73 0.31 0.36
HSL 325.21º 0.57% 0.41% -
HSV(B) 325.21º 0.73% 0.64% -
XYZ 18.99 10.78 16.7 -
YUV 87.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 163 44 113 0 0.73 0.31 0.36 325.21 0.57 0.41
Hex A3 2C 71 0 49 1F 24 145 39 29
Octal 243 54 161 0 111 37 44 505 71 51
Binary 10100011 101100 1110001 0 1001001 11111 100100 101000101 111001 101001

Color Harmonies of #A32C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32C71

Black with #A32C71

Text Example


Text Example

White with #A32C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32C71; }

 p { color: rgb(163,44,113); }

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

background-color css

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

 a { background-color: rgb(163,44,113); }

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

border-color css

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

 span { border-color: rgb(163,44,113); }

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