#AE4275

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

Shades of Royal Heath #AE4275

Tints of Royal Heath #AE4275

Color information

#AE4275 (or 0xAE4275) is unknown color: approx Royal Heath. HEX triplet: AE, 42 and 75. RGB value is (174,66,117). Sum of RGB (Red+Green+Blue) = 174+66+117=357 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.74% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4275 is #51BD8A. Grayscale: #686868. Windows color (decimal): -5356939 or 7684782. OLE color: 7684782.

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

Color convert

RGB17466117-
CMYK00.620.330.32
HSL331.67º45%47.06%-
HSV(B)331.67º62.07%68.24%-
XYZ22.6114.1818.37-
YUV104.11135.28177.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.74%
GREEN value IS 66 (26.17% from 255) = 18.49%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=48.74%
G=18.49%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746611700.620.330.32331.674547.06
HexAE427503E212014c2d2f
Octal25610216507641405145557
Binary10101110100001011101010111110100001100000101001100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4275; }

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

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

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

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

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

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

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

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