Html Css Color HEX #AB3472 Rouge

📋 copy color: '#AB3472'

red 171 ◦ green 52 ◦ blue 114

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

Shades of Rouge #AB3472

Tints of Rouge #AB3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 50.74%
G = 15.43%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB3472 (or 0xAB3472) is known color: Rouge. HEX triplet: AB, 34 and 72. RGB value is (171,52,114). Sum of RGB (Red+Green+Blue) = 171+52+114=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3472 is #54CB8D. Grayscale: #5E5E5E. Windows color (decimal): -5557134 or 7484587. OLE color: 7484587.

HSL color Cylindrical-coordinate representation of color #AB3472: hue angle of 328.74º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3472 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 52 114 -
CMYK 0 0.70 0.33 0.33
HSL 328.74º 0.53% 0.44% -
HSV(B) 328.74º 0.7% 0.67% -
XYZ 21.06 12.33 17.19 -
YUV 94.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 171 52 114 0 0.70 0.33 0.33 328.74 0.53 0.44
Hex AB 34 72 0 46 21 21 149 35 2C
Octal 253 64 162 0 106 41 41 511 65 54
Binary 10101011 110100 1110010 0 1000110 100001 100001 101001001 110101 101100

Color Harmonies of #AB3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3472

Black with #AB3472

Text Example


Text Example

White with #AB3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3472; }

 p { color: rgb(171,52,114); }

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

background-color css

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

 a { background-color: rgb(171,52,114); }

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

border-color css

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

 span { border-color: rgb(171,52,114); }

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