#AC3B75

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

Shades of Royal Heath #AC3B75

Tints of Royal Heath #AC3B75

Color information

#AC3B75 (or 0xAC3B75) is unknown color: approx Royal Heath. HEX triplet: AC, 3B and 75. RGB value is (172,59,117). Sum of RGB (Red+Green+Blue) = 172+59+117=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3B75 is #53C48A. Grayscale: #636363. Windows color (decimal): -5489803 or 7682988. OLE color: 7682988.

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

Color convert

RGB17259117-
CMYK00.660.320.33
HSL329.2º48.92%45.29%-
HSV(B)329.2º65.7%67.45%-
XYZ21.7913.1818.23-
YUV99.4137.94179.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 59 (23.44% from 255) = 16.95%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=49.43%
G=16.95%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725911700.660.320.33329.248.9245.29
HexAC3B750422021149312d
Octal25473165010240415116155
Binary10101100111011111010101000010100000100001101001001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3B75; }

 p { color: rgb(172,59,117); }

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

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

 a { background-color: rgb(172,59,117); }

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

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

 span { border-color: rgb(172,59,117); }

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