#A9417A

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

Shades of Royal Heath #A9417A

Tints of Royal Heath #A9417A

Color information

#A9417A (or 0xA9417A) is unknown color: approx Royal Heath. HEX triplet: A9, 41 and 7A. RGB value is (169,65,122). Sum of RGB (Red+Green+Blue) = 169+65+122=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A9417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9417A is #56BE85. Grayscale: #666666. Windows color (decimal): -5684870 or 8012201. OLE color: 8012201.

HSL color Cylindrical-coordinate representation of color #A9417A: hue angle of 327.12º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9417A is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16965122-
CMYK00.620.280.34
HSL327.12º44.44%45.88%-
HSV(B)327.12º61.54%66.27%-
XYZ21.7713.6219.89-
YUV102.59138.96175.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=47.47%
G=18.26%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696512200.620.280.34327.1244.4445.88
HexA9417A03E1C221472c2e
Octal25110117207634425075456
Binary1010100110000011111010011111011100100010101000111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9417A; }

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

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

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

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

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

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

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

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