Html Css Color HEX #AB496C Rouge

📋 copy color: '#AB496C'

red 171 ◦ green 73 ◦ blue 108

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

Shades of Rouge #AB496C

Tints of Rouge #AB496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.74%

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 48.58%
G = 20.74%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AB496C (or 0xAB496C) is known color: Rouge. HEX triplet: AB, 49 and 6C. RGB value is (171,73,108). Sum of RGB (Red+Green+Blue) = 171+73+108=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB496C is #54B693. Grayscale: #6A6A6A. Windows color (decimal): -5551764 or 7096747. OLE color: 7096747.

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

Color convert

RGB 171 73 108 -
CMYK 0 0.57 0.37 0.33
HSL 338.57º 0.4% 0.48% -
HSV(B) 338.57º 0.57% 0.67% -
XYZ 21.88 14.51 15.83 -
YUV 106.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 171 73 108 0 0.57 0.37 0.33 338.57 0.4 0.48
Hex AB 49 6C 0 39 25 21 153 28 30
Octal 253 111 154 0 71 45 41 523 50 60
Binary 10101011 1001001 1101100 0 111001 100101 100001 101010011 101000 110000

Color Harmonies of #AB496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB496C

Black with #AB496C

Text Example


Text Example

White with #AB496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB496C; }

 p { color: rgb(171,73,108); }

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

background-color css

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

 a { background-color: rgb(171,73,108); }

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

border-color css

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

 span { border-color: rgb(171,73,108); }

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