#AB466F

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

Shades of Royal Heath #AB466F

Tints of Royal Heath #AB466F

Color information

#AB466F (or 0xAB466F) is unknown color: approx Royal Heath. HEX triplet: AB, 46 and 6F. RGB value is (171,70,111). Sum of RGB (Red+Green+Blue) = 171+70+111=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB466F is #54B990. Grayscale: #686868. Windows color (decimal): -5552529 or 7292587. OLE color: 7292587.

HSL color Cylindrical-coordinate representation of color #AB466F: hue angle of 335.64º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB466F is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17170111-
CMYK00.590.350.33
HSL335.64º41.91%47.25%-
HSV(B)335.64º59.06%67.06%-
XYZ21.8514.1916.63-
YUV104.87131.46175.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.58%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=48.58%
G=19.89%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717011100.590.350.33335.6441.9147.25
HexAB466F03B23211502a2f
Octal25310615707343415205257
Binary10101011100011011011110111011100011100001101010000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB466F; }

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

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

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

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

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

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

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

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