Html Css Color HEX #AB2C5F Rouge

📋 copy color: '#AB2C5F'

red 171 ◦ green 44 ◦ blue 95

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

Shades of Rouge #AB2C5F

Tints of Rouge #AB2C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.19%

 BLUE value IS 95 (37.5% from 255) = 30.65%

R = 55.16%
G = 14.19%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB2C5F (or 0xAB2C5F) is known color: Rouge. HEX triplet: AB, 2C and 5F. RGB value is (171,44,95). Sum of RGB (Red+Green+Blue) = 171+44+95=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2C5F is #54D3A0. Grayscale: #575757. Windows color (decimal): -5559201 or 6237355. OLE color: 6237355.

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

Color convert

RGB 171 44 95 -
CMYK 0 0.74 0.44 0.33
HSL 335.91º 0.59% 0.42% -
HSV(B) 335.91º 0.74% 0.67% -
XYZ 19.76 11.29 11.96 -
YUV 87.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 171 44 95 0 0.74 0.44 0.33 335.91 0.59 0.42
Hex AB 2C 5F 0 4A 2C 21 150 3B 2A
Octal 253 54 137 0 112 54 41 520 73 52
Binary 10101011 101100 1011111 0 1001010 101100 100001 101010000 111011 101010

Color Harmonies of #AB2C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2C5F

Black with #AB2C5F

Text Example


Text Example

White with #AB2C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2C5F; }

 p { color: rgb(171,44,95); }

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

background-color css

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

 a { background-color: rgb(171,44,95); }

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

border-color css

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

 span { border-color: rgb(171,44,95); }

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