#a7537b

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

Shades of Royal Heath #A7537B

Tints of Royal Heath #A7537B

Color information

#A7537B (or 0xA7537B) is unknown color: approx Royal Heath. HEX triplet: A7, 53 and 7B. RGB value is (167,83,123). Sum of RGB (Red+Green+Blue) = 167+83+123=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7537B is #58AC84. Grayscale: #707070. Windows color (decimal): -5811333 or 8082343. OLE color: 8082343.

HSL color Cylindrical-coordinate representation of color #A7537B: hue angle of 331.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7537B is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16783123-
CMYK00.500.260.35
HSL331.43º33.6%49.02%-
HSV(B)331.43º50.3%65.49%-
XYZ22.615.8320.6-
YUV112.68133.83166.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=44.77%
G=22.25%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678312300.500.260.35331.4333.649.02
HexA7537B0321A2314b2231
Octal24712317306232435134261
Binary1010011110100111111011011001011010100011101001011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7537b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7537b; }

 p { color: rgb(167,83,123); }

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

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

 a { background-color: rgb(167,83,123); }

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

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

 span { border-color: rgb(167,83,123); }

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