Html Css Color HEX #A63471 Rouge

📋 copy color: '#A63471'

red 166 ◦ green 52 ◦ blue 113

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

Shades of Rouge #A63471

Tints of Rouge #A63471

RGB

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

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

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

R = 50.15%
G = 15.71%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A63471 (or 0xA63471) is known color: Rouge. HEX triplet: A6, 34 and 71. RGB value is (166,52,113). Sum of RGB (Red+Green+Blue) = 166+52+113=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A63471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63471 is #59CB8E. Grayscale: #5C5C5C. Windows color (decimal): -5884815 or 7419046. OLE color: 7419046.

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

Color convert

RGB 166 52 113 -
CMYK 0 0.69 0.32 0.35
HSL 327.89º 0.52% 0.43% -
HSV(B) 327.89º 0.69% 0.65% -
XYZ 19.93 11.76 16.84 -
YUV 93.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 166 52 113 0 0.69 0.32 0.35 327.89 0.52 0.43
Hex A6 34 71 0 45 20 23 148 34 2B
Octal 246 64 161 0 105 40 43 510 64 53
Binary 10100110 110100 1110001 0 1000101 100000 100011 101001000 110100 101011

Color Harmonies of #A63471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63471

Black with #A63471

Text Example


Text Example

White with #A63471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63471; }

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

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

background-color css

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

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

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

border-color css

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

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

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