#AB427D

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

Shades of Royal Heath #AB427D

Tints of Royal Heath #AB427D

Color information

#AB427D (or 0xAB427D) is unknown color: approx Royal Heath. HEX triplet: AB, 42 and 7D. RGB value is (171,66,125). Sum of RGB (Red+Green+Blue) = 171+66+125=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB427D is #54BD82. Grayscale: #676767. Windows color (decimal): -5553539 or 8209067. OLE color: 8209067.

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

Color convert

RGB17166125-
CMYK00.610.270.33
HSL326.29º44.3%46.47%-
HSV(B)326.29º61.4%67.06%-
XYZ22.4414.0420.93-
YUV104.12139.79175.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=47.24%
G=18.23%
B=34.53%

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
Decimal1716612500.610.270.33326.2944.346.47
HexAB427D03D1B211462c2e
Octal25310217507533415065456
Binary1010101110000101111101011110111011100001101000110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB427D; }

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

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

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

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

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

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

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

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