#A5517B

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

Shades of Royal Heath #A5517B

Tints of Royal Heath #A5517B

Color information

#A5517B (or 0xA5517B) is unknown color: approx Royal Heath. HEX triplet: A5, 51 and 7B. RGB value is (165,81,123). Sum of RGB (Red+Green+Blue) = 165+81+123=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A5517B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5517B is #5AAE84. Grayscale: #6E6E6E. Windows color (decimal): -5942917 or 8081829. OLE color: 8081829.

HSL color Cylindrical-coordinate representation of color #A5517B: hue angle of 330º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5517B is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16581123-
CMYK00.510.250.35
HSL330º34.15%48.24%-
HSV(B)330º50.91%64.71%-
XYZ22.0315.3120.53-
YUV110.9134.83166.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=44.72%
G=21.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658112300.510.250.3533034.1548.24
HexA5517B033192314a2230
Octal24512117306331435124260
Binary1010010110100011111011011001111001100011101001010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5517B; }

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

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

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

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

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

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

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

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