#AE4F7E

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

Shades of Royal Heath #AE4F7E

Tints of Royal Heath #AE4F7E

Color information

#AE4F7E (or 0xAE4F7E) is unknown color: approx Royal Heath. HEX triplet: AE, 4F and 7E. RGB value is (174,79,126). Sum of RGB (Red+Green+Blue) = 174+79+126=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE4F7E is #51B081. Grayscale: #707070. Windows color (decimal): -5353602 or 8277934. OLE color: 8277934.

HSL color Cylindrical-coordinate representation of color #AE4F7E: hue angle of 330.32º 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 #AE4F7E is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17479126-
CMYK00.550.280.32
HSL330.32º37.55%49.61%-
HSV(B)330.32º54.6%68.24%-
XYZ24.0216.121.58-
YUV112.76135.47171.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=45.91%
G=20.84%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747912600.550.280.32330.3237.5549.61
HexAE4F7E0371C2014a2632
Octal25611717606734405124662
Binary1010111010011111111110011011111100100000101001010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4F7E; }

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

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

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

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

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

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

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

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