#A5407A

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

Shades of Royal Heath #A5407A

Tints of Royal Heath #A5407A

Color information

#A5407A (or 0xA5407A) is unknown color: approx Royal Heath. HEX triplet: A5, 40 and 7A. RGB value is (165,64,122). Sum of RGB (Red+Green+Blue) = 165+64+122=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A5407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5407A is #5ABF85. Grayscale: #646464. Windows color (decimal): -5947270 or 8011941. OLE color: 8011941.

HSL color Cylindrical-coordinate representation of color #A5407A: hue angle of 325.54º 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 #A5407A is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16564122-
CMYK00.610.260.35
HSL325.54º44.1%44.9%-
HSV(B)325.54º61.21%64.71%-
XYZ20.8613.0719.84-
YUV100.81139.96173.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=47.01%
G=18.23%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656412200.610.260.35325.5444.144.9
HexA5407A03D1A231462c2d
Octal24510017207532435065455
Binary1010010110000001111010011110111010100011101000110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5407A; }

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

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

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

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

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

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

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

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