Html Css Color HEX #A63B70 Rouge

📋 copy color: '#A63B70'

red 166 ◦ green 59 ◦ blue 112

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

Shades of Rouge #A63B70

Tints of Rouge #A63B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 49.26%
G = 17.51%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A63B70 (or 0xA63B70) is known color: Rouge. HEX triplet: A6, 3B and 70. RGB value is (166,59,112). Sum of RGB (Red+Green+Blue) = 166+59+112=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63B70 is #59C48F. Grayscale: #606060. Windows color (decimal): -5883024 or 7355302. OLE color: 7355302.

HSL color Cylindrical-coordinate representation of color #A63B70: hue angle of 330.28º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63B70 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 59 112 -
CMYK 0 0.64 0.33 0.35
HSL 330.28º 0.48% 0.44% -
HSV(B) 330.28º 0.64% 0.65% -
XYZ 20.21 12.4 16.66 -
YUV 97.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 166 59 112 0 0.64 0.33 0.35 330.28 0.48 0.44
Hex A6 3B 70 0 40 21 23 14A 30 2C
Octal 246 73 160 0 100 41 43 512 60 54
Binary 10100110 111011 1110000 0 1000000 100001 100011 101001010 110000 101100

Color Harmonies of #A63B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63B70

Black with #A63B70

Text Example


Text Example

White with #A63B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63B70; }

 p { color: rgb(166,59,112); }

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

background-color css

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

 a { background-color: rgb(166,59,112); }

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

border-color css

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

 span { border-color: rgb(166,59,112); }

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