Html Css Color HEX #AB3C60 Rouge

📋 copy color: '#AB3C60'

red 171 ◦ green 60 ◦ blue 96

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

Shades of Rouge #AB3C60

Tints of Rouge #AB3C60

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 52.29%
G = 18.35%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB3C60 (or 0xAB3C60) is known color: Rouge. HEX triplet: AB, 3C and 60. RGB value is (171,60,96). Sum of RGB (Red+Green+Blue) = 171+60+96=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C60 is #54C39F. Grayscale: #616161. Windows color (decimal): -5555104 or 6306987. OLE color: 6306987.

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

Color convert

RGB 171 60 96 -
CMYK 0 0.65 0.44 0.33
HSL 340.54º 0.48% 0.45% -
HSV(B) 340.54º 0.65% 0.67% -
XYZ 20.52 12.73 12.44 -
YUV 97.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 171 60 96 0 0.65 0.44 0.33 340.54 0.48 0.45
Hex AB 3C 60 0 41 2C 21 155 30 2D
Octal 253 74 140 0 101 54 41 525 60 55
Binary 10101011 111100 1100000 0 1000001 101100 100001 101010101 110000 101101

Color Harmonies of #AB3C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C60

Black with #AB3C60

Text Example


Text Example

White with #AB3C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C60; }

 p { color: rgb(171,60,96); }

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

background-color css

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

 a { background-color: rgb(171,60,96); }

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

border-color css

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

 span { border-color: rgb(171,60,96); }

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