Html Css Color HEX #A63270 Rouge

📋 copy color: '#A63270'

red 166 ◦ green 50 ◦ blue 112

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

Shades of Rouge #A63270

Tints of Rouge #A63270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

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

R = 50.61%
G = 15.24%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A63270 (or 0xA63270) is known color: Rouge. HEX triplet: A6, 32 and 70. RGB value is (166,50,112). Sum of RGB (Red+Green+Blue) = 166+50+112=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A63270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63270 is #59CD8F. Grayscale: #5B5B5B. Windows color (decimal): -5885328 or 7352998. OLE color: 7352998.

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

Color convert

RGB 166 50 112 -
CMYK 0 0.70 0.33 0.35
HSL 327.93º 0.54% 0.42% -
HSV(B) 327.93º 0.7% 0.65% -
XYZ 19.79 11.56 16.52 -
YUV 91.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 166 50 112 0 0.70 0.33 0.35 327.93 0.54 0.42
Hex A6 32 70 0 46 21 23 148 36 2A
Octal 246 62 160 0 106 41 43 510 66 52
Binary 10100110 110010 1110000 0 1000110 100001 100011 101001000 110110 101010

Color Harmonies of #A63270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63270

Black with #A63270

Text Example


Text Example

White with #A63270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63270; }

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

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

background-color css

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

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

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

border-color css

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

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

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