#AB496D

Color #AB496D Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AB496D

Tints of Royal Heath #AB496D

Color information

#AB496D (or 0xAB496D) is unknown color: approx Royal Heath. HEX triplet: AB, 49 and 6D. RGB value is (171,73,109). Sum of RGB (Red+Green+Blue) = 171+73+109=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB496D is #54B692. Grayscale: #6A6A6A. Windows color (decimal): -5551763 or 7162283. OLE color: 7162283.

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

Color convert

RGB17173109-
CMYK00.570.360.33
HSL337.96º40.16%47.84%-
HSV(B)337.96º57.31%67.06%-
XYZ21.9414.5316.12-
YUV106.41129.47174.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=48.44%
G=20.68%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717310900.570.360.33337.9640.1647.84
HexAB496D03924211522830
Octal25311115507144415225060
Binary10101011100100111011010111001100100100001101010010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB496D; }

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

 H1.HeaderClassName
 {
   color: #AB496D;
 }
 .AnyTagClassName
 {
   color: #AB496D;
 }
</style>
background-color css

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

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

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

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

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

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