#AB4B7F

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

Shades of Royal Heath #AB4B7F

Tints of Royal Heath #AB4B7F

Color information

#AB4B7F (or 0xAB4B7F) is unknown color: approx Royal Heath. HEX triplet: AB, 4B and 7F. RGB value is (171,75,127). Sum of RGB (Red+Green+Blue) = 171+75+127=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4B7F is #54B480. Grayscale: #6D6D6D. Windows color (decimal): -5551233 or 8342443. OLE color: 8342443.

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

Color convert

RGB17175127-
CMYK00.560.260.33
HSL327.5º39.02%48.24%-
HSV(B)327.5º56.14%67.06%-
XYZ23.1415.2221.8-
YUV109.63137.8171.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 127 (50% from 255) = 34.05%
R=45.84%
G=20.11%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717512700.560.260.33327.539.0248.24
HexAB4B7F0381A211482730
Octal25311317707032415104760
Binary1010101110010111111111011100011010100001101001000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4B7F; }

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

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

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

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

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

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

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

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