#A5537B

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

Shades of Royal Heath #A5537B

Tints of Royal Heath #A5537B

Color information

#A5537B (or 0xA5537B) is unknown color: approx Royal Heath. HEX triplet: A5, 53 and 7B. RGB value is (165,83,123). Sum of RGB (Red+Green+Blue) = 165+83+123=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5537B is #5AAC84. Grayscale: #707070. Windows color (decimal): -5942405 or 8082341. OLE color: 8082341.

HSL color Cylindrical-coordinate representation of color #A5537B: hue angle of 330.73º degrees, saturation: 0.33, 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 #A5537B is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16583123-
CMYK00.500.250.35
HSL330.73º33.06%48.63%-
HSV(B)330.73º49.7%64.71%-
XYZ22.1915.6220.58-
YUV112.08134.17165.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=44.47%
G=22.37%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658312300.500.250.35330.7333.0648.63
HexA5537B032192314b2131
Octal24512317306231435134161
Binary1010010110100111111011011001011001100011101001011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5537B; }

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

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

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

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

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

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

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

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