Html Css Color HEX #A63070 Rouge

📋 copy color: '#A63070'

red 166 ◦ green 48 ◦ blue 112

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

Shades of Rouge #A63070

Tints of Rouge #A63070

RGB

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

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

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

R = 50.92%
G = 14.72%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A63070 (or 0xA63070) is known color: Rouge. HEX triplet: A6, 30 and 70. RGB value is (166,48,112). Sum of RGB (Red+Green+Blue) = 166+48+112=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A63070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63070 is #59CF8F. Grayscale: #5A5A5A. Windows color (decimal): -5885840 or 7352486. OLE color: 7352486.

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

Color convert

RGB 166 48 112 -
CMYK 0 0.71 0.33 0.35
HSL 327.46º 0.55% 0.42% -
HSV(B) 327.46º 0.71% 0.65% -
XYZ 19.71 11.39 16.49 -
YUV 90.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 166 48 112 0 0.71 0.33 0.35 327.46 0.55 0.42
Hex A6 30 70 0 47 21 23 147 37 2A
Octal 246 60 160 0 107 41 43 507 67 52
Binary 10100110 110000 1110000 0 1000111 100001 100011 101000111 110111 101010

Color Harmonies of #A63070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63070

Black with #A63070

Text Example


Text Example

White with #A63070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63070; }

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

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

background-color css

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

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

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

border-color css

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

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

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