#AC417A

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

Shades of Royal Heath #AC417A

Tints of Royal Heath #AC417A

Color information

#AC417A (or 0xAC417A) is unknown color: approx Royal Heath. HEX triplet: AC, 41 and 7A. RGB value is (172,65,122). Sum of RGB (Red+Green+Blue) = 172+65+122=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC417A is #53BE85. Grayscale: #676767. Windows color (decimal): -5488262 or 8012204. OLE color: 8012204.

HSL color Cylindrical-coordinate representation of color #AC417A: hue angle of 328.04º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC417A is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17265122-
CMYK00.620.290.33
HSL328.04º45.15%46.47%-
HSV(B)328.04º62.21%67.45%-
XYZ22.4213.9619.92-
YUV103.49138.45176.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=47.91%
G=18.11%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726512200.620.290.33328.0445.1546.47
HexAC417A03E1D211482d2e
Octal25410117207635415105556
Binary1010110010000011111010011111011101100001101001000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC417A; }

 p { color: rgb(172,65,122); }

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

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

 a { background-color: rgb(172,65,122); }

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

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

 span { border-color: rgb(172,65,122); }

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