#AD437D

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

Shades of Royal Heath #AD437D

Tints of Royal Heath #AD437D

Color information

#AD437D (or 0xAD437D) is unknown color: approx Royal Heath. HEX triplet: AD, 43 and 7D. RGB value is (173,67,125). Sum of RGB (Red+Green+Blue) = 173+67+125=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD437D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD437D is #52BC82. Grayscale: #696969. Windows color (decimal): -5422211 or 8209325. OLE color: 8209325.

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

Color convert

RGB17367125-
CMYK00.610.280.32
HSL327.17º44.17%47.06%-
HSV(B)327.17º61.27%67.84%-
XYZ22.9414.3820.97-
YUV105.31139.12176.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 67 (26.56% from 255) = 18.36%
BLUE value IS 125 (49.22% from 255) = 34.25%
R=47.40%
G=18.36%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736712500.610.280.32327.1744.1747.06
HexAD437D03D1C201472c2f
Octal25510317507534405075457
Binary1010110110000111111101011110111100100000101000111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD437D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD437D; }

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

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

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

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

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

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

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

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