Html Css Color HEX #AE5679 Royal Heath

📋 copy color: '#AE5679'

red 174 ◦ green 86 ◦ blue 121

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

Shades of Royal Heath #AE5679

Tints of Royal Heath #AE5679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.76%

R = 45.67%
G = 22.57%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE5679 (or 0xAE5679) is known color: Royal Heath. HEX triplet: AE, 56 and 79. RGB value is (174,86,121). Sum of RGB (Red+Green+Blue) = 174+86+121=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5679 is #51A986. Grayscale: #747474. Windows color (decimal): -5351815 or 7952046. OLE color: 7952046.

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

Color convert

RGB 174 86 121 -
CMYK 0 0.51 0.30 0.32
HSL 336.14º 0.35% 0.51% -
HSV(B) 336.14º 0.51% 0.68% -
XYZ 24.23 17.03 20.1 -
YUV 116.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 174 86 121 0 0.51 0.30 0.32 336.14 0.35 0.51
Hex AE 56 79 0 33 1E 20 150 23 33
Octal 256 126 171 0 63 36 40 520 43 63
Binary 10101110 1010110 1111001 0 110011 11110 100000 101010000 100011 110011

Color Harmonies of #AE5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5679

Black with #AE5679

Text Example


Text Example

White with #AE5679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5679; }

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

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

background-color css

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

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

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

border-color css

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

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

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