#AB487F

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

Shades of Royal Heath #AB487F

Tints of Royal Heath #AB487F

Color information

#AB487F (or 0xAB487F) is unknown color: approx Royal Heath. HEX triplet: AB, 48 and 7F. RGB value is (171,72,127). Sum of RGB (Red+Green+Blue) = 171+72+127=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB487F is #54B780. Grayscale: #6B6B6B. Windows color (decimal): -5552001 or 8341675. OLE color: 8341675.

HSL color Cylindrical-coordinate representation of color #AB487F: hue angle of 326.67º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB487F is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17172127-
CMYK00.580.260.33
HSL326.67º40.74%47.65%-
HSV(B)326.67º57.89%67.06%-
XYZ22.9414.8221.73-
YUV107.87138.8173.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 72 (28.52% from 255) = 19.46%
BLUE value IS 127 (50% from 255) = 34.32%
R=46.22%
G=19.46%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717212700.580.260.33326.6740.7447.65
HexAB487F03A1A211472930
Octal25311017707232415075160
Binary1010101110010001111111011101011010100001101000111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB487F; }

 p { color: rgb(171,72,127); }

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

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

 a { background-color: rgb(171,72,127); }

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

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

 span { border-color: rgb(171,72,127); }

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