Html Css Color HEX #AE417C Royal Heath

📋 copy color: '#AE417C'

red 174 ◦ green 65 ◦ blue 124

#AE417C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AE417C

Tints of Royal Heath #AE417C

RGB

 RED value IS 174 (68.36% from 255) = 47.93%

 GREEN value IS 65 (25.78% from 255) = 17.91%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 47.93%
G = 17.91%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE417C (or 0xAE417C) is known color: Royal Heath. HEX triplet: AE, 41 and 7C. RGB value is (174,65,124). Sum of RGB (Red+Green+Blue) = 174+65+124=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 174 - color contains mainly: red. Hex color #AE417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE417C is #51BE83. Grayscale: #686868. Windows color (decimal): -5357188 or 8143278. OLE color: 8143278.

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

Color convert

RGB 174 65 124 -
CMYK 0 0.63 0.29 0.32
HSL 327.52º 0.46% 0.47% -
HSV(B) 327.52º 0.63% 0.68% -
XYZ 22.98 14.23 20.6 -
YUV 104.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 174 65 124 0 0.63 0.29 0.32 327.52 0.46 0.47
Hex AE 41 7C 0 3F 1D 20 148 2E 2F
Octal 256 101 174 0 77 35 40 510 56 57
Binary 10101110 1000001 1111100 0 111111 11101 100000 101001000 101110 101111

Color Harmonies of #AE417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE417C

Black with #AE417C

Text Example


Text Example

White with #AE417C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE417C; }

 p { color: rgb(174,65,124); }

 H1.HeaderClassName
 {
   color: #AE417C;
 }
 .AnyTagClassName
 {
   color: #AE417C;
 }
</style>

background-color css

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

 a { background-color: rgb(174,65,124); }

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

border-color css

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

 span { border-color: rgb(174,65,124); }

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