Html Css Color HEX #A63271 Rouge

📋 copy color: '#A63271'

red 166 ◦ green 50 ◦ blue 113

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

Shades of Rouge #A63271

Tints of Rouge #A63271

RGB

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

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

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

R = 50.46%
G = 15.2%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A63271 (or 0xA63271) is known color: Rouge. HEX triplet: A6, 32 and 71. RGB value is (166,50,113). Sum of RGB (Red+Green+Blue) = 166+50+113=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A63271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63271 is #59CD8E. Grayscale: #5B5B5B. Windows color (decimal): -5885327 or 7418534. OLE color: 7418534.

HSL color Cylindrical-coordinate representation of color #A63271: hue angle of 327.41º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63271 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 113 -
CMYK 0 0.70 0.32 0.35
HSL 327.41º 0.54% 0.42% -
HSV(B) 327.41º 0.7% 0.65% -
XYZ 19.85 11.58 16.81 -
YUV 91.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 166 50 113 0 0.70 0.32 0.35 327.41 0.54 0.42
Hex A6 32 71 0 46 20 23 147 36 2A
Octal 246 62 161 0 106 40 43 507 66 52
Binary 10100110 110010 1110001 0 1000110 100000 100011 101000111 110110 101010

Color Harmonies of #A63271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63271

Black with #A63271

Text Example


Text Example

White with #A63271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63271; }

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

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

background-color css

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

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

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

border-color css

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

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

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