#a9407b

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

Shades of Royal Heath #A9407B

Tints of Royal Heath #A9407B

Color information

#A9407B (or 0xA9407B) is unknown color: approx Royal Heath. HEX triplet: A9, 40 and 7B. RGB value is (169,64,123). Sum of RGB (Red+Green+Blue) = 169+64+123=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A9407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9407B is #56BF84. Grayscale: #656565. Windows color (decimal): -5685125 or 8077481. OLE color: 8077481.

HSL color Cylindrical-coordinate representation of color #A9407B: hue angle of 326.29º degrees, saturation: 0.45, 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 #A9407B is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB16964123-
CMYK00.620.270.34
HSL326.29º45.06%45.69%-
HSV(B)326.29º62.13%66.27%-
XYZ21.7713.5320.2-
YUV102.12139.79175.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=47.47%
G=17.98%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696412300.620.270.34326.2945.0645.69
HexA9407B03E1B221462d2e
Octal25110017307633425065556
Binary1010100110000001111011011111011011100010101000110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9407b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9407b; }

 p { color: rgb(169,64,123); }

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

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

 a { background-color: rgb(169,64,123); }

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

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

 span { border-color: rgb(169,64,123); }

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