#ae467d

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

Shades of Royal Heath #AE467D

Tints of Royal Heath #AE467D

Color information

#AE467D (or 0xAE467D) is unknown color: approx Royal Heath. HEX triplet: AE, 46 and 7D. RGB value is (174,70,125). Sum of RGB (Red+Green+Blue) = 174+70+125=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE467D is #51B982. Grayscale: #6B6B6B. Windows color (decimal): -5355907 or 8210094. OLE color: 8210094.

HSL color Cylindrical-coordinate representation of color #AE467D: hue angle of 328.27º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE467D is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17470125-
CMYK00.600.280.32
HSL328.27º42.62%47.84%-
HSV(B)328.27º59.77%68.24%-
XYZ23.3514.8621.04-
YUV107.37137.96175.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=47.15%
G=18.97%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747012500.600.280.32328.2742.6247.84
HexAE467D03C1C201482b30
Octal25610617507434405105360
Binary1010111010001101111101011110011100100000101001000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae467d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae467d; }

 p { color: rgb(174,70,125); }

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

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

 a { background-color: rgb(174,70,125); }

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

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

 span { border-color: rgb(174,70,125); }

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