#AC4B7F

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

Shades of Royal Heath #AC4B7F

Tints of Royal Heath #AC4B7F

Color information

#AC4B7F (or 0xAC4B7F) is unknown color: approx Royal Heath. HEX triplet: AC, 4B and 7F. RGB value is (172,75,127). Sum of RGB (Red+Green+Blue) = 172+75+127=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4B7F is #53B480. Grayscale: #6D6D6D. Windows color (decimal): -5485697 or 8342444. OLE color: 8342444.

HSL color Cylindrical-coordinate representation of color #AC4B7F: hue angle of 327.84º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4B7F is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17275127-
CMYK00.560.260.33
HSL327.84º39.27%48.43%-
HSV(B)327.84º56.4%67.45%-
XYZ23.3615.3421.81-
YUV109.93137.64172.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 127 (50% from 255) = 33.96%
R=45.99%
G=20.05%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727512700.560.260.33327.8439.2748.43
HexAC4B7F0381A211482730
Octal25411317707032415104760
Binary1010110010010111111111011100011010100001101001000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B7F; }

 p { color: rgb(172,75,127); }

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

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

 a { background-color: rgb(172,75,127); }

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

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

 span { border-color: rgb(172,75,127); }

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