#A44B80

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

Shades of Royal Heath #A44B80

Tints of Royal Heath #A44B80

Color information

#A44B80 (or 0xA44B80) is unknown color: approx Royal Heath. HEX triplet: A4, 4B and 80. RGB value is (164,75,128). Sum of RGB (Red+Green+Blue) = 164+75+128=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B80 is #5BB47F. Grayscale: #6B6B6B. Windows color (decimal): -6009984 or 8407972. OLE color: 8407972.

HSL color Cylindrical-coordinate representation of color #A44B80: hue angle of 324.27º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A44B80 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16475128-
CMYK00.540.220.36
HSL324.27º37.24%46.86%-
HSV(B)324.27º54.27%64.31%-
XYZ21.7214.4822.07-
YUV107.65139.49168.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 75 (29.69% from 255) = 20.44%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=44.69%
G=20.44%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647512800.540.220.36324.2737.2446.86
HexA44B800361624144252f
Octal24411320006626445044557
Binary10100100100101110000000011011010110100100101000100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B80; }

 p { color: rgb(164,75,128); }

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

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

 a { background-color: rgb(164,75,128); }

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

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

 span { border-color: rgb(164,75,128); }

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