Html Css Color HEX #A63D71 Rouge

📋 copy color: '#A63D71'

red 166 ◦ green 61 ◦ blue 113

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

Shades of Rouge #A63D71

Tints of Rouge #A63D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.94%

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

R = 48.82%
G = 17.94%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A63D71 (or 0xA63D71) is known color: Rouge. HEX triplet: A6, 3D and 71. RGB value is (166,61,113). Sum of RGB (Red+Green+Blue) = 166+61+113=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63D71 is #59C28E. Grayscale: #626262. Windows color (decimal): -5882511 or 7421350. OLE color: 7421350.

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

Color convert

RGB 166 61 113 -
CMYK 0 0.63 0.32 0.35
HSL 330.29º 0.46% 0.45% -
HSV(B) 330.29º 0.63% 0.65% -
XYZ 20.38 12.64 16.99 -
YUV 98.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 166 61 113 0 0.63 0.32 0.35 330.29 0.46 0.45
Hex A6 3D 71 0 3F 20 23 14A 2E 2D
Octal 246 75 161 0 77 40 43 512 56 55
Binary 10100110 111101 1110001 0 111111 100000 100011 101001010 101110 101101

Color Harmonies of #A63D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D71

Black with #A63D71

Text Example


Text Example

White with #A63D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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