#AD407A

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

Shades of Royal Heath #AD407A

Tints of Royal Heath #AD407A

Color information

#AD407A (or 0xAD407A) is unknown color: approx Royal Heath. HEX triplet: AD, 40 and 7A. RGB value is (173,64,122). Sum of RGB (Red+Green+Blue) = 173+64+122=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD407A is #52BF85. Grayscale: #676767. Windows color (decimal): -5422982 or 8011949. OLE color: 8011949.

HSL color Cylindrical-coordinate representation of color #AD407A: hue angle of 328.07º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD407A is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17364122-
CMYK00.630.290.32
HSL328.07º45.99%46.47%-
HSV(B)328.07º63.01%67.84%-
XYZ22.5813.9619.92-
YUV103.2138.61177.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 64 (25.39% from 255) = 17.83%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=48.19%
G=17.83%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1736412200.630.290.32328.0745.9946.47
HexAD407A03F1D201482e2e
Octal25510017207735405105656
Binary1010110110000001111010011111111101100000101001000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD407A; }

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

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

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

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

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

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

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

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