#AB4670

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

Shades of Royal Heath #AB4670

Tints of Royal Heath #AB4670

Color information

#AB4670 (or 0xAB4670) is unknown color: approx Royal Heath. HEX triplet: AB, 46 and 70. RGB value is (171,70,112). Sum of RGB (Red+Green+Blue) = 171+70+112=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4670 is #54B98F. Grayscale: #686868. Windows color (decimal): -5552528 or 7358123. OLE color: 7358123.

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

Color convert

RGB17170112-
CMYK00.590.350.33
HSL335.05º41.91%47.25%-
HSV(B)335.05º59.06%67.06%-
XYZ21.9114.2116.92-
YUV104.99131.96175.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.44%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=48.44%
G=19.83%
B=31.73%

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
Decimal1717011200.590.350.33335.0541.9147.25
HexAB467003B232114f2a2f
Octal25310616007343415175257
Binary10101011100011011100000111011100011100001101001111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4670; }

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

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

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

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

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

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

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

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