Html Css Color HEX #AB4071 Rouge

📋 copy color: '#AB4071'

red 171 ◦ green 64 ◦ blue 113

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

Shades of Rouge #AB4071

Tints of Rouge #AB4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.39%

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

R = 49.14%
G = 18.39%
B = 32.47%

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

#AB4071 (or 0xAB4071) is known color: Rouge. HEX triplet: AB, 40 and 71. RGB value is (171,64,113). Sum of RGB (Red+Green+Blue) = 171+64+113=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4071 is #54BF8E. Grayscale: #656565. Windows color (decimal): -5554063 or 7422123. OLE color: 7422123.

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

Color convert

RGB 171 64 113 -
CMYK 0 0.63 0.34 0.33
HSL 332.52º 0.46% 0.46% -
HSV(B) 332.52º 0.63% 0.67% -
XYZ 21.61 13.52 17.09 -
YUV 101.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 171 64 113 0 0.63 0.34 0.33 332.52 0.46 0.46
Hex AB 40 71 0 3F 22 21 14D 2E 2E
Octal 253 100 161 0 77 42 41 515 56 56
Binary 10101011 1000000 1110001 0 111111 100010 100001 101001101 101110 101110

Color Harmonies of #AB4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4071

Black with #AB4071

Text Example


Text Example

White with #AB4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4071; }

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

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

background-color css

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

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

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

border-color css

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

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

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