#A9427A

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

Shades of Royal Heath #A9427A

Tints of Royal Heath #A9427A

Color information

#A9427A (or 0xA9427A) is unknown color: approx Royal Heath. HEX triplet: A9, 42 and 7A. RGB value is (169,66,122). Sum of RGB (Red+Green+Blue) = 169+66+122=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9427A is #56BD85. Grayscale: #676767. Windows color (decimal): -5684614 or 8012457. OLE color: 8012457.

HSL color Cylindrical-coordinate representation of color #A9427A: hue angle of 327.38º 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 #A9427A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16966122-
CMYK00.610.280.34
HSL327.38º43.83%46.08%-
HSV(B)327.38º60.95%66.27%-
XYZ21.8213.7419.91-
YUV103.18138.62174.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 66 (26.17% from 255) = 18.49%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=47.34%
G=18.49%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696612200.610.280.34327.3843.8346.08
HexA9427A03D1C221472c2e
Octal25110217207534425075456
Binary1010100110000101111010011110111100100010101000111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9427A; }

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

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

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

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

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

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

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

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