#A44B75

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

Shades of Royal Heath #A44B75

Tints of Royal Heath #A44B75

Color information

#A44B75 (or 0xA44B75) is unknown color: approx Royal Heath. HEX triplet: A4, 4B and 75. RGB value is (164,75,117). Sum of RGB (Red+Green+Blue) = 164+75+117=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B75 is #5BB48A. Grayscale: #6A6A6A. Windows color (decimal): -6009995 or 7687076. OLE color: 7687076.

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

Color convert

RGB16475117-
CMYK00.540.290.36
HSL331.69º37.24%46.86%-
HSV(B)331.69º54.27%64.31%-
XYZ21.0414.2118.46-
YUV106.4133.99169.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 75 (29.69% from 255) = 21.07%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=46.07%
G=21.07%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647511700.540.290.36331.6937.2446.86
HexA44B750361D2414c252f
Octal24411316506635445144557
Binary1010010010010111110101011011011101100100101001100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B75; }

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

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

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

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

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

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

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

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