#A9467B

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

Shades of Royal Heath #A9467B

Tints of Royal Heath #A9467B

Color information

#A9467B (or 0xA9467B) is unknown color: approx Royal Heath. HEX triplet: A9, 46 and 7B. RGB value is (169,70,123). Sum of RGB (Red+Green+Blue) = 169+70+123=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9467B is #56B984. Grayscale: #696969. Windows color (decimal): -5683589 or 8079017. OLE color: 8079017.

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

Color convert

RGB16970123-
CMYK00.590.270.34
HSL327.88º41.42%46.86%-
HSV(B)327.88º58.58%66.27%-
XYZ22.1314.2520.32-
YUV105.64137.8173.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.69%
GREEN value IS 70 (27.73% from 255) = 19.34%
BLUE value IS 123 (48.44% from 255) = 33.98%
R=46.69%
G=19.34%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697012300.590.270.34327.8841.4246.86
HexA9467B03B1B22148292f
Octal25110617307333425105157
Binary1010100110001101111011011101111011100010101001000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9467B; }

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

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

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

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

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

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

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

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