#AC407A

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

Shades of Royal Heath #AC407A

Tints of Royal Heath #AC407A

Color information

#AC407A (or 0xAC407A) is unknown color: approx Royal Heath. HEX triplet: AC, 40 and 7A. RGB value is (172,64,122). Sum of RGB (Red+Green+Blue) = 172+64+122=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC407A is #53BF85. Grayscale: #666666. Windows color (decimal): -5488518 or 8011948. OLE color: 8011948.

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

Color convert

RGB17264122-
CMYK00.630.290.33
HSL327.78º45.76%46.27%-
HSV(B)327.78º62.79%67.45%-
XYZ22.3613.8419.91-
YUV102.9138.78177.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=48.04%
G=17.88%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726412200.630.290.33327.7845.7646.27
HexAC407A03F1D211482e2e
Octal25410017207735415105656
Binary1010110010000001111010011111111101100001101001000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC407A; }

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

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

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

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

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

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

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

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