#AB4270

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

Shades of Royal Heath #AB4270

Tints of Royal Heath #AB4270

Color information

#AB4270 (or 0xAB4270) is unknown color: approx Royal Heath. HEX triplet: AB, 42 and 70. RGB value is (171,66,112). Sum of RGB (Red+Green+Blue) = 171+66+112=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4270 is #54BD8F. Grayscale: #666666. Windows color (decimal): -5553552 or 7357099. OLE color: 7357099.

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

Color convert

RGB17166112-
CMYK00.610.350.33
HSL333.71º44.3%46.47%-
HSV(B)333.71º61.4%67.06%-
XYZ21.6713.7216.84-
YUV102.64133.29176.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=49.00%
G=18.91%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716611200.610.350.33333.7144.346.47
HexAB427003D232114e2c2e
Octal25310216007543415165456
Binary10101011100001011100000111101100011100001101001110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4270; }

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

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

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

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

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

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

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

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