#AE427B

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

Shades of Royal Heath #AE427B

Tints of Royal Heath #AE427B

Color information

#AE427B (or 0xAE427B) is unknown color: approx Royal Heath. HEX triplet: AE, 42 and 7B. RGB value is (174,66,123). Sum of RGB (Red+Green+Blue) = 174+66+123=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE427B is #51BD84. Grayscale: #686868. Windows color (decimal): -5356933 or 8077998. OLE color: 8077998.

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

Color convert

RGB17466123-
CMYK00.620.290.32
HSL328.33º45%47.06%-
HSV(B)328.33º62.07%68.24%-
XYZ22.9814.3320.29-
YUV104.79138.28177.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=47.93%
G=18.18%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746612300.620.290.32328.334547.06
HexAE427B03E1D201482d2f
Octal25610217307635405105557
Binary1010111010000101111011011111011101100000101001000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE427B; }

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

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

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

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

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

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

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

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