#AB437D

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

Shades of Royal Heath #AB437D

Tints of Royal Heath #AB437D

Color information

#AB437D (or 0xAB437D) is unknown color: approx Royal Heath. HEX triplet: AB, 43 and 7D. RGB value is (171,67,125). Sum of RGB (Red+Green+Blue) = 171+67+125=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB437D is #54BC82. Grayscale: #686868. Windows color (decimal): -5553283 or 8209323. OLE color: 8209323.

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

Color convert

RGB17167125-
CMYK00.610.270.33
HSL326.54º43.7%46.67%-
HSV(B)326.54º60.82%67.06%-
XYZ22.514.1520.95-
YUV104.71139.46175.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 67 (26.56% from 255) = 18.46%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=47.11%
G=18.46%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716712500.610.270.33326.5443.746.67
HexAB437D03D1B211472c2f
Octal25310317507533415075457
Binary1010101110000111111101011110111011100001101000111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB437D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB437D; }

 p { color: rgb(171,67,125); }

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

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

 a { background-color: rgb(171,67,125); }

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

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

 span { border-color: rgb(171,67,125); }

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