#AD427C

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

Shades of Royal Heath #AD427C

Tints of Royal Heath #AD427C

Color information

#AD427C (or 0xAD427C) is unknown color: approx Royal Heath. HEX triplet: AD, 42 and 7C. RGB value is (173,66,124). Sum of RGB (Red+Green+Blue) = 173+66+124=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD427C is #52BD83. Grayscale: #686868. Windows color (decimal): -5422468 or 8143533. OLE color: 8143533.

HSL color Cylindrical-coordinate representation of color #AD427C: hue angle of 327.48º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD427C is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17366124-
CMYK00.620.280.32
HSL327.48º44.77%46.86%-
HSV(B)327.48º61.85%67.84%-
XYZ22.8214.2420.61-
YUV104.6138.95176.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=47.66%
G=18.18%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736612400.620.280.32327.4844.7746.86
HexAD427C03E1C201472d2f
Octal25510217407634405075557
Binary1010110110000101111100011111011100100000101000111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD427C; }

 p { color: rgb(173,66,124); }

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

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

 a { background-color: rgb(173,66,124); }

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

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

 span { border-color: rgb(173,66,124); }

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