Html Css Color HEX #AB3C6F Rouge

📋 copy color: '#AB3C6F'

red 171 ◦ green 60 ◦ blue 111

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

Shades of Rouge #AB3C6F

Tints of Rouge #AB3C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 50%
G = 17.54%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB3C6F (or 0xAB3C6F) is known color: Rouge. HEX triplet: AB, 3C and 6F. RGB value is (171,60,111). Sum of RGB (Red+Green+Blue) = 171+60+111=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3C6F is #54C390. Grayscale: #626262. Windows color (decimal): -5555089 or 7290027. OLE color: 7290027.

HSL color Cylindrical-coordinate representation of color #AB3C6F: hue angle of 332.43º 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 #AB3C6F is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 60 111 -
CMYK 0 0.65 0.35 0.33
HSL 332.43º 0.48% 0.45% -
HSV(B) 332.43º 0.65% 0.67% -
XYZ 21.28 13.04 16.43 -
YUV 99 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 171 60 111 0 0.65 0.35 0.33 332.43 0.48 0.45
Hex AB 3C 6F 0 41 23 21 14C 30 2D
Octal 253 74 157 0 101 43 41 514 60 55
Binary 10101011 111100 1101111 0 1000001 100011 100001 101001100 110000 101101

Color Harmonies of #AB3C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3C6F

Black with #AB3C6F

Text Example


Text Example

White with #AB3C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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