#AC5C7E

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

Shades of Royal Heath #AC5C7E

Tints of Royal Heath #AC5C7E

Color information

#AC5C7E (or 0xAC5C7E) is unknown color: approx Royal Heath. HEX triplet: AC, 5C and 7E. RGB value is (172,92,126). Sum of RGB (Red+Green+Blue) = 172+92+126=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C7E is #53A381. Grayscale: #777777. Windows color (decimal): -5481346 or 8281260. OLE color: 8281260.

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

Color convert

RGB17292126-
CMYK00.470.270.33
HSL334.5º32.52%51.76%-
HSV(B)334.5º46.51%67.45%-
XYZ24.6117.9321.9-
YUV119.8131.5165.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=44.10%
G=23.59%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729212600.470.270.33334.532.5251.76
HexAC5C7E02F1B2114e2134
Octal25413417605733415164164
Binary1010110010111001111110010111111011100001101001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C7E; }

 p { color: rgb(172,92,126); }

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

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

 a { background-color: rgb(172,92,126); }

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

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

 span { border-color: rgb(172,92,126); }

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