#AD417A

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

Shades of Royal Heath #AD417A

Tints of Royal Heath #AD417A

Color information

#AD417A (or 0xAD417A) is unknown color: approx Royal Heath. HEX triplet: AD, 41 and 7A. RGB value is (173,65,122). Sum of RGB (Red+Green+Blue) = 173+65+122=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD417A is #52BE85. Grayscale: #676767. Windows color (decimal): -5422726 or 8012205. OLE color: 8012205.

HSL color Cylindrical-coordinate representation of color #AD417A: hue angle of 328.33º 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 #AD417A is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17365122-
CMYK00.620.290.32
HSL328.33º45.38%46.67%-
HSV(B)328.33º62.43%67.84%-
XYZ22.6414.0719.94-
YUV103.79138.28177.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.06%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=48.06%
G=18.06%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736512200.620.290.32328.3345.3846.67
HexAD417A03E1D201482d2f
Octal25510117207635405105557
Binary1010110110000011111010011111011101100000101001000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD417A; }

 p { color: rgb(173,65,122); }

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

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

 a { background-color: rgb(173,65,122); }

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

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

 span { border-color: rgb(173,65,122); }

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