Html Css Color HEX #AB3171 Rouge

📋 copy color: '#AB3171'

red 171 ◦ green 49 ◦ blue 113

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

Shades of Rouge #AB3171

Tints of Rouge #AB3171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.93%

R = 51.35%
G = 14.71%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB3171 (or 0xAB3171) is known color: Rouge. HEX triplet: AB, 31 and 71. RGB value is (171,49,113). Sum of RGB (Red+Green+Blue) = 171+49+113=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3171 is #54CE8E. Grayscale: #5C5C5C. Windows color (decimal): -5557903 or 7418283. OLE color: 7418283.

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

Color convert

RGB 171 49 113 -
CMYK 0 0.71 0.34 0.33
HSL 328.52º 0.55% 0.43% -
HSV(B) 328.52º 0.71% 0.67% -
XYZ 20.87 12.05 16.85 -
YUV 92.77 139.42 183.8 -
System Red Green Blue C M Y K H S L
Decimal 171 49 113 0 0.71 0.34 0.33 328.52 0.55 0.43
Hex AB 31 71 0 47 22 21 149 37 2B
Octal 253 61 161 0 107 42 41 511 67 53
Binary 10101011 110001 1110001 0 1000111 100010 100001 101001001 110111 101011

Color Harmonies of #AB3171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3171

Black with #AB3171

Text Example


Text Example

White with #AB3171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3171; }

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

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

background-color css

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

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

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

border-color css

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

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

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