#AE427A

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

Shades of Royal Heath #AE427A

Tints of Royal Heath #AE427A

Color information

#AE427A (or 0xAE427A) is unknown color: approx Royal Heath. HEX triplet: AE, 42 and 7A. RGB value is (174,66,122). Sum of RGB (Red+Green+Blue) = 174+66+122=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE427A is #51BD85. Grayscale: #686868. Windows color (decimal): -5356934 or 8012462. OLE color: 8012462.

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

Color convert

RGB17466122-
CMYK00.620.300.32
HSL328.89º45%47.06%-
HSV(B)328.89º62.07%68.24%-
XYZ22.9214.319.96-
YUV104.68137.78177.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 66 (26.17% from 255) = 18.23%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=48.07%
G=18.23%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746612200.620.300.32328.894547.06
HexAE427A03E1E201492d2f
Octal25610217207636405115557
Binary1010111010000101111010011111011110100000101001001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE427A; }

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

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

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

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

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

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

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

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