#AE4F7B

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

Shades of Royal Heath #AE4F7B

Tints of Royal Heath #AE4F7B

Color information

#AE4F7B (or 0xAE4F7B) is unknown color: approx Royal Heath. HEX triplet: AE, 4F and 7B. RGB value is (174,79,123). Sum of RGB (Red+Green+Blue) = 174+79+123=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4F7B is #51B084. Grayscale: #707070. Windows color (decimal): -5353605 or 8081326. OLE color: 8081326.

HSL color Cylindrical-coordinate representation of color #AE4F7B: hue angle of 332.21º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE4F7B is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17479123-
CMYK00.550.290.32
HSL332.21º37.55%49.61%-
HSV(B)332.21º54.6%68.24%-
XYZ23.8316.0220.58-
YUV112.42133.97171.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 79 (31.25% from 255) = 21.01%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=46.28%
G=21.01%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747912300.550.290.32332.2137.5549.61
HexAE4F7B0371D2014c2632
Octal25611717306735405144662
Binary1010111010011111111011011011111101100000101001100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4F7B; }

 p { color: rgb(174,79,123); }

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

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

 a { background-color: rgb(174,79,123); }

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

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

 span { border-color: rgb(174,79,123); }

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