#AB456F

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

Shades of Royal Heath #AB456F

Tints of Royal Heath #AB456F

Color information

#AB456F (or 0xAB456F) is unknown color: approx Royal Heath. HEX triplet: AB, 45 and 6F. RGB value is (171,69,111). Sum of RGB (Red+Green+Blue) = 171+69+111=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB456F is #54BA90. Grayscale: #686868. Windows color (decimal): -5552785 or 7292331. OLE color: 7292331.

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

Color convert

RGB17169111-
CMYK00.600.350.33
HSL335.29º42.5%47.06%-
HSV(B)335.29º59.65%67.06%-
XYZ21.7914.0616.6-
YUV104.29131.79175.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 69 (27.34% from 255) = 19.66%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=48.72%
G=19.66%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716911100.600.350.33335.2942.547.06
HexAB456F03C232114f2a2f
Octal25310515707443415175257
Binary10101011100010111011110111100100011100001101001111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB456F; }

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

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

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

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

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

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

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

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