Html Css Color HEX #AB2F5E Rouge

📋 copy color: '#AB2F5E'

red 171 ◦ green 47 ◦ blue 94

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

Shades of Rouge #AB2F5E

Tints of Rouge #AB2F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

 BLUE value IS 94 (37.11% from 255) = 30.13%

R = 54.81%
G = 15.06%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB2F5E (or 0xAB2F5E) is known color: Rouge. HEX triplet: AB, 2F and 5E. RGB value is (171,47,94). Sum of RGB (Red+Green+Blue) = 171+47+94=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2F5E is #54D0A1. Grayscale: #595959. Windows color (decimal): -5558434 or 6172587. OLE color: 6172587.

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

Color convert

RGB 171 47 94 -
CMYK 0 0.73 0.45 0.33
HSL 337.26º 0.57% 0.43% -
HSV(B) 337.26º 0.73% 0.67% -
XYZ 19.83 11.5 11.76 -
YUV 89.43 130.58 186.18 -
System Red Green Blue C M Y K H S L
Decimal 171 47 94 0 0.73 0.45 0.33 337.26 0.57 0.43
Hex AB 2F 5E 0 49 2D 21 151 39 2B
Octal 253 57 136 0 111 55 41 521 71 53
Binary 10101011 101111 1011110 0 1001001 101101 100001 101010001 111001 101011

Color Harmonies of #AB2F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F5E

Black with #AB2F5E

Text Example


Text Example

White with #AB2F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F5E; }

 p { color: rgb(171,47,94); }

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

background-color css

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

 a { background-color: rgb(171,47,94); }

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

border-color css

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

 span { border-color: rgb(171,47,94); }

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