Html Css Color HEX #AB3F71 Rouge

📋 copy color: '#AB3F71'

red 171 ◦ green 63 ◦ blue 113

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

Shades of Rouge #AB3F71

Tints of Rouge #AB3F71

RGB

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

 GREEN value IS 63 (25% from 255) = 18.16%

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

R = 49.28%
G = 18.16%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB3F71 (or 0xAB3F71) is known color: Rouge. HEX triplet: AB, 3F and 71. RGB value is (171,63,113). Sum of RGB (Red+Green+Blue) = 171+63+113=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F71 is #54C08E. Grayscale: #646464. Windows color (decimal): -5554319 or 7421867. OLE color: 7421867.

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

Color convert

RGB 171 63 113 -
CMYK 0 0.63 0.34 0.33
HSL 332.22º 0.46% 0.46% -
HSV(B) 332.22º 0.63% 0.67% -
XYZ 21.55 13.41 17.07 -
YUV 100.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 171 63 113 0 0.63 0.34 0.33 332.22 0.46 0.46
Hex AB 3F 71 0 3F 22 21 14C 2E 2E
Octal 253 77 161 0 77 42 41 514 56 56
Binary 10101011 111111 1110001 0 111111 100010 100001 101001100 101110 101110

Color Harmonies of #AB3F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3F71

Black with #AB3F71

Text Example


Text Example

White with #AB3F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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