Html Css Color HEX #A63071 Rouge

📋 copy color: '#A63071'

red 166 ◦ green 48 ◦ blue 113

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

Shades of Rouge #A63071

Tints of Rouge #A63071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

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

R = 50.76%
G = 14.68%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A63071 (or 0xA63071) is known color: Rouge. HEX triplet: A6, 30 and 71. RGB value is (166,48,113). Sum of RGB (Red+Green+Blue) = 166+48+113=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A63071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63071 is #59CF8E. Grayscale: #5A5A5A. Windows color (decimal): -5885839 or 7418022. OLE color: 7418022.

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

Color convert

RGB 166 48 113 -
CMYK 0 0.71 0.32 0.35
HSL 326.95º 0.55% 0.42% -
HSV(B) 326.95º 0.71% 0.65% -
XYZ 19.76 11.41 16.78 -
YUV 90.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 166 48 113 0 0.71 0.32 0.35 326.95 0.55 0.42
Hex A6 30 71 0 47 20 23 147 37 2A
Octal 246 60 161 0 107 40 43 507 67 52
Binary 10100110 110000 1110001 0 1000111 100000 100011 101000111 110111 101010

Color Harmonies of #A63071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63071

Black with #A63071

Text Example


Text Example

White with #A63071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63071; }

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

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

background-color css

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

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

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

border-color css

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

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

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