#a5507b

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

Shades of Royal Heath #A5507B

Tints of Royal Heath #A5507B

Color information

#A5507B (or 0xA5507B) is unknown color: approx Royal Heath. HEX triplet: A5, 50 and 7B. RGB value is (165,80,123). Sum of RGB (Red+Green+Blue) = 165+80+123=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A5507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5507B is #5AAF84. Grayscale: #6E6E6E. Windows color (decimal): -5943173 or 8081573. OLE color: 8081573.

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

Color convert

RGB16580123-
CMYK00.520.250.35
HSL329.65º34.69%48.04%-
HSV(B)329.65º51.52%64.71%-
XYZ21.9615.1720.51-
YUV110.32135.16167-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=44.84%
G=21.74%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658012300.520.250.35329.6534.6948.04
HexA5507B034192314a2330
Octal24512017306431435124360
Binary1010010110100001111011011010011001100011101001010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5507b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5507b; }

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

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

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

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

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

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

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

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