#A5407B

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

Shades of Royal Heath #A5407B

Tints of Royal Heath #A5407B

Color information

#A5407B (or 0xA5407B) is unknown color: approx Royal Heath. HEX triplet: A5, 40 and 7B. RGB value is (165,64,123). Sum of RGB (Red+Green+Blue) = 165+64+123=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A5407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5407B is #5ABF84. Grayscale: #646464. Windows color (decimal): -5947269 or 8077477. OLE color: 8077477.

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

Color convert

RGB16564123-
CMYK00.610.250.35
HSL324.95º44.1%44.9%-
HSV(B)324.95º61.21%64.71%-
XYZ20.9313.120.16-
YUV100.92140.46173.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=46.88%
G=18.18%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656412300.610.250.35324.9544.144.9
HexA5407B03D19231452c2d
Octal24510017307531435055455
Binary1010010110000001111011011110111001100011101000101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5407B; }

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

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

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

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

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

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

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

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