Html Css Color HEX #AB3160 Rouge

📋 copy color: '#AB3160'

red 171 ◦ green 49 ◦ blue 96

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

Shades of Rouge #AB3160

Tints of Rouge #AB3160

RGB

 RED value IS 171 (67.19% from 255) = 54.11%

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

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 54.11%
G = 15.51%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB3160 (or 0xAB3160) is known color: Rouge. HEX triplet: AB, 31 and 60. RGB value is (171,49,96). Sum of RGB (Red+Green+Blue) = 171+49+96=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3160 is #54CE9F. Grayscale: #5A5A5A. Windows color (decimal): -5557920 or 6304171. OLE color: 6304171.

HSL color Cylindrical-coordinate representation of color #AB3160: hue angle of 336.89º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3160 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 49 96 -
CMYK 0 0.71 0.44 0.33
HSL 336.89º 0.55% 0.43% -
HSV(B) 336.89º 0.71% 0.67% -
XYZ 20 11.7 12.27 -
YUV 90.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 171 49 96 0 0.71 0.44 0.33 336.89 0.55 0.43
Hex AB 31 60 0 47 2C 21 151 37 2B
Octal 253 61 140 0 107 54 41 521 67 53
Binary 10101011 110001 1100000 0 1000111 101100 100001 101010001 110111 101011

Color Harmonies of #AB3160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3160

Black with #AB3160

Text Example


Text Example

White with #AB3160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3160; }

 p { color: rgb(171,49,96); }

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

background-color css

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

 a { background-color: rgb(171,49,96); }

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

border-color css

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

 span { border-color: rgb(171,49,96); }

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