Html Css Color HEX #AB3071 Rouge

📋 copy color: '#AB3071'

red 171 ◦ green 48 ◦ blue 113

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

Shades of Rouge #AB3071

Tints of Rouge #AB3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.46%

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

R = 51.51%
G = 14.46%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AB3071 (or 0xAB3071) is known color: Rouge. HEX triplet: AB, 30 and 71. RGB value is (171,48,113). Sum of RGB (Red+Green+Blue) = 171+48+113=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3071 is #54CF8E. Grayscale: #5C5C5C. Windows color (decimal): -5558159 or 7418027. OLE color: 7418027.

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

Color convert

RGB 171 48 113 -
CMYK 0 0.72 0.34 0.33
HSL 328.29º 0.56% 0.43% -
HSV(B) 328.29º 0.72% 0.67% -
XYZ 20.83 11.96 16.83 -
YUV 92.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 171 48 113 0 0.72 0.34 0.33 328.29 0.56 0.43
Hex AB 30 71 0 48 22 21 148 38 2B
Octal 253 60 161 0 110 42 41 510 70 53
Binary 10101011 110000 1110001 0 1001000 100010 100001 101001000 111000 101011

Color Harmonies of #AB3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3071

Black with #AB3071

Text Example


Text Example

White with #AB3071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3071; }

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

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

background-color css

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

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

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

border-color css

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

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

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