#AE4278

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

Shades of Royal Heath #AE4278

Tints of Royal Heath #AE4278

Color information

#AE4278 (or 0xAE4278) is unknown color: approx Royal Heath. HEX triplet: AE, 42 and 78. RGB value is (174,66,120). Sum of RGB (Red+Green+Blue) = 174+66+120=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4278 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4278 is #51BD87. Grayscale: #686868. Windows color (decimal): -5356936 or 7881390. OLE color: 7881390.

HSL color Cylindrical-coordinate representation of color #AE4278: hue angle of 330º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE4278 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB17466120-
CMYK00.620.310.32
HSL330º45%47.06%-
HSV(B)330º62.07%68.24%-
XYZ22.7914.2519.32-
YUV104.45136.78177.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.33%
GREEN value IS 66 (26.17% from 255) = 18.33%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=48.33%
G=18.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746612000.620.310.323304547.06
HexAE427803E1F2014a2d2f
Octal25610217007637405125557
Binary1010111010000101111000011111011111100000101001010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4278; }

 p { color: rgb(174,66,120); }

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

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

 a { background-color: rgb(174,66,120); }

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

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

 span { border-color: rgb(174,66,120); }

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