Html Css Color HEX #A63166 Rouge

📋 copy color: '#A63166'

red 166 ◦ green 49 ◦ blue 102

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

Shades of Rouge #A63166

Tints of Rouge #A63166

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

 BLUE value IS 102 (40.23% from 255) = 32.18%

R = 52.37%
G = 15.46%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A63166 (or 0xA63166) is known color: Rouge. HEX triplet: A6, 31 and 66. RGB value is (166,49,102). Sum of RGB (Red+Green+Blue) = 166+49+102=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A63166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63166 is #59CE99. Grayscale: #595959. Windows color (decimal): -5885594 or 6697382. OLE color: 6697382.

HSL color Cylindrical-coordinate representation of color #A63166: hue angle of 332.82º 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 #A63166 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 49 102 -
CMYK 0 0.70 0.39 0.35
HSL 332.82º 0.54% 0.42% -
HSV(B) 332.82º 0.7% 0.65% -
XYZ 19.22 11.26 13.73 -
YUV 90.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 166 49 102 0 0.70 0.39 0.35 332.82 0.54 0.42
Hex A6 31 66 0 46 27 23 14D 36 2A
Octal 246 61 146 0 106 47 43 515 66 52
Binary 10100110 110001 1100110 0 1000110 100111 100011 101001101 110110 101010

Color Harmonies of #A63166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63166

Black with #A63166

Text Example


Text Example

White with #A63166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63166; }

 p { color: rgb(166,49,102); }

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

background-color css

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

 a { background-color: rgb(166,49,102); }

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

border-color css

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

 span { border-color: rgb(166,49,102); }

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