#A44B82

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

Shades of Royal Heath #A44B82

Tints of Royal Heath #A44B82

Color information

#A44B82 (or 0xA44B82) is unknown color: approx Royal Heath. HEX triplet: A4, 4B and 82. RGB value is (164,75,130). Sum of RGB (Red+Green+Blue) = 164+75+130=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B82 is #5BB47D. Grayscale: #6B6B6B. Windows color (decimal): -6009982 or 8539044. OLE color: 8539044.

HSL color Cylindrical-coordinate representation of color #A44B82: hue angle of 322.92º 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 #A44B82 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16475130-
CMYK00.540.210.36
HSL322.92º37.24%46.86%-
HSV(B)322.92º54.27%64.31%-
XYZ21.8614.5422.77-
YUV107.88140.49168.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=44.44%
G=20.33%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647513000.540.210.36322.9237.2446.86
HexA44B820361524143252f
Octal24411320206625445034557
Binary10100100100101110000010011011010101100100101000011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B82; }

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

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

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

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

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

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

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

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