#AB3E76

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

Shades of Royal Heath #AB3E76

Tints of Royal Heath #AB3E76

Color information

#AB3E76 (or 0xAB3E76) is unknown color: approx Royal Heath. HEX triplet: AB, 3E and 76. RGB value is (171,62,118). Sum of RGB (Red+Green+Blue) = 171+62+118=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E76 is #54C189. Grayscale: #646464. Windows color (decimal): -5554570 or 7749291. OLE color: 7749291.

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

Color convert

RGB17162118-
CMYK00.640.310.33
HSL329.17º46.78%45.69%-
HSV(B)329.17º63.74%67.06%-
XYZ21.7913.4118.58-
YUV100.98137.61177.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.72%
GREEN value IS 62 (24.61% from 255) = 17.66%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=48.72%
G=17.66%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716211800.640.310.33329.1746.7845.69
HexAB3E760401F211492f2e
Octal25376166010037415115756
Binary1010101111111011101100100000011111100001101001001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E76; }

 p { color: rgb(171,62,118); }

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

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

 a { background-color: rgb(171,62,118); }

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

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

 span { border-color: rgb(171,62,118); }

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