Html Css Color HEX #A63371 Rouge

📋 copy color: '#A63371'

red 166 ◦ green 51 ◦ blue 113

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

Shades of Rouge #A63371

Tints of Rouge #A63371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

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

R = 50.3%
G = 15.45%
B = 34.24%

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

#A63371 (or 0xA63371) is known color: Rouge. HEX triplet: A6, 33 and 71. RGB value is (166,51,113). Sum of RGB (Red+Green+Blue) = 166+51+113=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A63371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63371 is #59CC8E. Grayscale: #5C5C5C. Windows color (decimal): -5885071 or 7418790. OLE color: 7418790.

HSL color Cylindrical-coordinate representation of color #A63371: hue angle of 327.65º degrees, saturation: 0.53, 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 #A63371 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 51 113 -
CMYK 0 0.69 0.32 0.35
HSL 327.65º 0.53% 0.43% -
HSV(B) 327.65º 0.69% 0.65% -
XYZ 19.89 11.67 16.83 -
YUV 92.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 166 51 113 0 0.69 0.32 0.35 327.65 0.53 0.43
Hex A6 33 71 0 45 20 23 148 35 2B
Octal 246 63 161 0 105 40 43 510 65 53
Binary 10100110 110011 1110001 0 1000101 100000 100011 101001000 110101 101011

Color Harmonies of #A63371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63371

Black with #A63371

Text Example


Text Example

White with #A63371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63371; }

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

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

background-color css

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

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

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

border-color css

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

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

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