#A9507B

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

Shades of Royal Heath #A9507B

Tints of Royal Heath #A9507B

Color information

#A9507B (or 0xA9507B) is unknown color: approx Royal Heath. HEX triplet: A9, 50 and 7B. RGB value is (169,80,123). Sum of RGB (Red+Green+Blue) = 169+80+123=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A9507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9507B is #56AF84. Grayscale: #6F6F6F. Windows color (decimal): -5681029 or 8081577. OLE color: 8081577.

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

Color convert

RGB16980123-
CMYK00.530.270.34
HSL331.01º35.74%48.82%-
HSV(B)331.01º52.66%66.27%-
XYZ22.8115.620.55-
YUV111.51134.49169-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 80 (31.64% from 255) = 21.51%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=45.43%
G=21.51%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698012300.530.270.34331.0135.7448.82
HexA9507B0351B2214b2431
Octal25112017306533425134461
Binary1010100110100001111011011010111011100010101001011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9507B; }

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

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

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

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

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

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

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

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