#A44E83

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

Shades of Royal Heath #A44E83

Tints of Royal Heath #A44E83

Color information

#A44E83 (or 0xA44E83) is unknown color: approx Royal Heath. HEX triplet: A4, 4E and 83. RGB value is (164,78,131). Sum of RGB (Red+Green+Blue) = 164+78+131=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44E83 is #5BB17C. Grayscale: #6D6D6D. Windows color (decimal): -6009213 or 8605348. OLE color: 8605348.

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

Color convert

RGB16478131-
CMYK00.520.200.36
HSL323.02º35.54%47.45%-
HSV(B)323.02º52.44%64.31%-
XYZ22.1314.9823.2-
YUV109.76139.99166.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 78 (30.86% from 255) = 20.91%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=43.97%
G=20.91%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647813100.520.200.36323.0235.5447.45
HexA44E830341424143242f
Octal24411620306424445034457
Binary10100100100111010000011011010010100100100101000011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E83; }

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

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

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

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

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

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

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

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