Html Css Color HEX #AB3B71 Rouge

📋 copy color: '#AB3B71'

red 171 ◦ green 59 ◦ blue 113

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

Shades of Rouge #AB3B71

Tints of Rouge #AB3B71

RGB

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

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

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

R = 49.85%
G = 17.2%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB3B71 (or 0xAB3B71) is known color: Rouge. HEX triplet: AB, 3B and 71. RGB value is (171,59,113). Sum of RGB (Red+Green+Blue) = 171+59+113=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3B71 is #54C48E. Grayscale: #626262. Windows color (decimal): -5555343 or 7420843. OLE color: 7420843.

HSL color Cylindrical-coordinate representation of color #AB3B71: hue angle of 331.07º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3B71 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 59 113 -
CMYK 0 0.65 0.34 0.33
HSL 331.07º 0.49% 0.45% -
HSV(B) 331.07º 0.65% 0.67% -
XYZ 21.34 12.98 17 -
YUV 98.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 171 59 113 0 0.65 0.34 0.33 331.07 0.49 0.45
Hex AB 3B 71 0 41 22 21 14B 31 2D
Octal 253 73 161 0 101 42 41 513 61 55
Binary 10101011 111011 1110001 0 1000001 100010 100001 101001011 110001 101101

Color Harmonies of #AB3B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3B71

Black with #AB3B71

Text Example


Text Example

White with #AB3B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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