Html Css Color HEX #AB3372 Rouge

📋 copy color: '#AB3372'

red 171 ◦ green 51 ◦ blue 114

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

Shades of Rouge #AB3372

Tints of Rouge #AB3372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.18%

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

R = 50.89%
G = 15.18%
B = 33.93%

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

#AB3372 (or 0xAB3372) is known color: Rouge. HEX triplet: AB, 33 and 72. RGB value is (171,51,114). Sum of RGB (Red+Green+Blue) = 171+51+114=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3372 is #54CC8D. Grayscale: #5D5D5D. Windows color (decimal): -5557390 or 7484331. OLE color: 7484331.

HSL color Cylindrical-coordinate representation of color #AB3372: hue angle of 328.5º degrees, saturation: 0.54, 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 #AB3372 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 114 -
CMYK 0 0.70 0.33 0.33
HSL 328.5º 0.54% 0.44% -
HSV(B) 328.5º 0.7% 0.67% -
XYZ 21.02 12.24 17.17 -
YUV 94.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 171 51 114 0 0.70 0.33 0.33 328.5 0.54 0.44
Hex AB 33 72 0 46 21 21 148 36 2C
Octal 253 63 162 0 106 41 41 510 66 54
Binary 10101011 110011 1110010 0 1000110 100001 100001 101001000 110110 101100

Color Harmonies of #AB3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3372

Black with #AB3372

Text Example


Text Example

White with #AB3372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3372; }

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

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

background-color css

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

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

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

border-color css

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

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

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