#A9427B

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

Shades of Royal Heath #A9427B

Tints of Royal Heath #A9427B

Color information

#A9427B (or 0xA9427B) is unknown color: approx Royal Heath. HEX triplet: A9, 42 and 7B. RGB value is (169,66,123). Sum of RGB (Red+Green+Blue) = 169+66+123=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A9427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9427B is #56BD84. Grayscale: #676767. Windows color (decimal): -5684613 or 8077993. OLE color: 8077993.

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

Color convert

RGB16966123-
CMYK00.610.270.34
HSL326.8º43.83%46.08%-
HSV(B)326.8º60.95%66.27%-
XYZ21.8913.7620.24-
YUV103.3139.12174.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=47.21%
G=18.44%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696612300.610.270.34326.843.8346.08
HexA9427B03D1B221472c2e
Octal25110217307533425075456
Binary1010100110000101111011011110111011100010101000111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9427B; }

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

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

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

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

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

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

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

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