#A53F7A

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

Shades of Royal Heath #A53F7A

Tints of Royal Heath #A53F7A

Color information

#A53F7A (or 0xA53F7A) is unknown color: approx Royal Heath. HEX triplet: A5, 3F and 7A. RGB value is (165,63,122). Sum of RGB (Red+Green+Blue) = 165+63+122=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53F7A is #5AC085. Grayscale: #646464. Windows color (decimal): -5947526 or 8011685. OLE color: 8011685.

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

Color convert

RGB16563122-
CMYK00.620.260.35
HSL325.29º44.74%44.71%-
HSV(B)325.29º61.82%64.71%-
XYZ20.8112.9619.82-
YUV100.22140.29174.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 63 (25% from 255) = 18%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=47.14%
G=18%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656312200.620.260.35325.2944.7444.71
HexA53F7A03E1A231452d2d
Octal2457717207632435055555
Binary101001011111111111010011111011010100011101000101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F7A; }

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

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

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

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

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

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

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

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