#ab4e7a

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

Shades of Royal Heath #AB4E7A

Tints of Royal Heath #AB4E7A

Color information

#AB4E7A (or 0xAB4E7A) is unknown color: approx Royal Heath. HEX triplet: AB, 4E and 7A. RGB value is (171,78,122). Sum of RGB (Red+Green+Blue) = 171+78+122=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4E7A is #54B185. Grayscale: #6E6E6E. Windows color (decimal): -5550470 or 8015531. OLE color: 8015531.

HSL color Cylindrical-coordinate representation of color #AB4E7A: hue angle of 331.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB4E7A is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17178122-
CMYK00.540.290.33
HSL331.61º37.35%48.82%-
HSV(B)331.61º54.39%67.06%-
XYZ23.0315.5120.19-
YUV110.82134.31170.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=46.09%
G=21.02%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717812200.540.290.33331.6137.3548.82
HexAB4E7A0361D2114c2531
Octal25311617206635415144561
Binary1010101110011101111010011011011101100001101001100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab4e7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab4e7a; }

 p { color: rgb(171,78,122); }

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

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

 a { background-color: rgb(171,78,122); }

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

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

 span { border-color: rgb(171,78,122); }

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