Html Css Color HEX #A63971 Rouge

📋 copy color: '#A63971'

red 166 ◦ green 57 ◦ blue 113

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

Shades of Rouge #A63971

Tints of Rouge #A63971

RGB

 RED value IS 166 (65.23% from 255) = 49.4%

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

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

R = 49.4%
G = 16.96%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A63971 (or 0xA63971) is known color: Rouge. HEX triplet: A6, 39 and 71. RGB value is (166,57,113). Sum of RGB (Red+Green+Blue) = 166+57+113=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A63971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63971 is #59C68E. Grayscale: #5F5F5F. Windows color (decimal): -5883535 or 7420326. OLE color: 7420326.

HSL color Cylindrical-coordinate representation of color #A63971: hue angle of 329.17º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63971 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 57 113 -
CMYK 0 0.66 0.32 0.35
HSL 329.17º 0.49% 0.44% -
HSV(B) 329.17º 0.66% 0.65% -
XYZ 20.17 12.23 16.92 -
YUV 95.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 166 57 113 0 0.66 0.32 0.35 329.17 0.49 0.44
Hex A6 39 71 0 42 20 23 149 31 2C
Octal 246 71 161 0 102 40 43 511 61 54
Binary 10100110 111001 1110001 0 1000010 100000 100011 101001001 110001 101100

Color Harmonies of #A63971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63971

Black with #A63971

Text Example


Text Example

White with #A63971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63971; }

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

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

background-color css

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

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

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

border-color css

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

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

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