Html Css Color HEX #AE567C Royal Heath

📋 copy color: '#AE567C'

red 174 ◦ green 86 ◦ blue 124

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

Shades of Royal Heath #AE567C

Tints of Royal Heath #AE567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

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

R = 45.31%
G = 22.4%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE567C (or 0xAE567C) is known color: Royal Heath. HEX triplet: AE, 56 and 7C. RGB value is (174,86,124). Sum of RGB (Red+Green+Blue) = 174+86+124=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE567C is #51A983. Grayscale: #747474. Windows color (decimal): -5351812 or 8148654. OLE color: 8148654.

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

Color convert

RGB 174 86 124 -
CMYK 0 0.51 0.29 0.32
HSL 334.09º 0.35% 0.51% -
HSV(B) 334.09º 0.51% 0.68% -
XYZ 24.42 17.11 21.08 -
YUV 116.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 174 86 124 0 0.51 0.29 0.32 334.09 0.35 0.51
Hex AE 56 7C 0 33 1D 20 14E 23 33
Octal 256 126 174 0 63 35 40 516 43 63
Binary 10101110 1010110 1111100 0 110011 11101 100000 101001110 100011 110011

Color Harmonies of #AE567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE567C

Black with #AE567C

Text Example


Text Example

White with #AE567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE567C; }

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

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

background-color css

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

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

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

border-color css

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

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

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