#A4407A

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

Shades of Royal Heath #A4407A

Tints of Royal Heath #A4407A

Color information

#A4407A (or 0xA4407A) is unknown color: approx Royal Heath. HEX triplet: A4, 40 and 7A. RGB value is (164,64,122). Sum of RGB (Red+Green+Blue) = 164+64+122=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A4407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4407A is #5BBF85. Grayscale: #646464. Windows color (decimal): -6012806 or 8011940. OLE color: 8011940.

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

Color convert

RGB16464122-
CMYK00.610.260.36
HSL325.2º43.86%44.71%-
HSV(B)325.2º60.98%64.31%-
XYZ20.6612.9619.83-
YUV100.51140.13173.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 64 (25.39% from 255) = 18.29%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=46.86%
G=18.29%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646412200.610.260.36325.243.8644.71
HexA4407A03D1A241452c2d
Octal24410017207532445055455
Binary1010010010000001111010011110111010100100101000101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4407A; }

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

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

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

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

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

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

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

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