#AE4782

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

Shades of Royal Heath #AE4782

Tints of Royal Heath #AE4782

Color information

#AE4782 (or 0xAE4782) is unknown color: approx Royal Heath. HEX triplet: AE, 47 and 82. RGB value is (174,71,130). Sum of RGB (Red+Green+Blue) = 174+71+130=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4782 is #51B87D. Grayscale: #6C6C6C. Windows color (decimal): -5355646 or 8538030. OLE color: 8538030.

HSL color Cylindrical-coordinate representation of color #AE4782: hue angle of 325.63º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE4782 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB17471130-
CMYK00.590.250.32
HSL325.63º42.04%48.04%-
HSV(B)325.63º59.2%68.24%-
XYZ23.7415.1222.79-
YUV108.52140.12174.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=46.4%
G=18.93%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747113000.590.250.32325.6342.0448.04
HexAE478203B19201462a30
Octal25610720207331405065260
Binary10101110100011110000010011101111001100000101000110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4782; }

 p { color: rgb(174,71,130); }

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

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

 a { background-color: rgb(174,71,130); }

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

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

 span { border-color: rgb(174,71,130); }

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