#A44C83

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

Shades of Royal Heath #A44C83

Tints of Royal Heath #A44C83

Color information

#A44C83 (or 0xA44C83) is unknown color: approx Royal Heath. HEX triplet: A4, 4C and 83. RGB value is (164,76,131). Sum of RGB (Red+Green+Blue) = 164+76+131=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44C83 is #5BB37C. Grayscale: #6C6C6C. Windows color (decimal): -6009725 or 8604836. OLE color: 8604836.

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

Color convert

RGB16476131-
CMYK00.540.200.36
HSL322.5º36.67%47.06%-
HSV(B)322.5º53.66%64.31%-
XYZ21.9914.723.15-
YUV108.58140.65167.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=44.20%
G=20.49%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647613100.540.200.36322.536.6747.06
HexA44C830361424142252f
Octal24411420306624445024557
Binary10100100100110010000011011011010100100100101000010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44C83; }

 p { color: rgb(164,76,131); }

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

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

 a { background-color: rgb(164,76,131); }

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

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

 span { border-color: rgb(164,76,131); }

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