#AC5681

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

Shades of Royal Heath #AC5681

Tints of Royal Heath #AC5681

Color information

#AC5681 (or 0xAC5681) is unknown color: approx Royal Heath. HEX triplet: AC, 56 and 81. RGB value is (172,86,129). Sum of RGB (Red+Green+Blue) = 172+86+129=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5681 is #53A97E. Grayscale: #747474. Windows color (decimal): -5482879 or 8476332. OLE color: 8476332.

HSL color Cylindrical-coordinate representation of color #AC5681: hue angle of 330º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5681 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17286129-
CMYK00.50.250.33
HSL330º34.13%50.59%-
HSV(B)330º50%67.45%-
XYZ24.317.0122.77-
YUV116.62134.99167.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728612900.50.250.3333034.1350.59
HexAC5681032192114a2233
Octal25412620106231415124263
Binary10101100101011010000001011001011001100001101001010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5681; }

 p { color: rgb(172,86,129); }

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

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

 a { background-color: rgb(172,86,129); }

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

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

 span { border-color: rgb(172,86,129); }

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