Html Css Color HEX #AE5C7D Royal Heath

📋 copy color: '#AE5C7D'

red 174 ◦ green 92 ◦ blue 125

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

Shades of Royal Heath #AE5C7D

Tints of Royal Heath #AE5C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.53%

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 44.5%
G = 23.53%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE5C7D (or 0xAE5C7D) is known color: Royal Heath. HEX triplet: AE, 5C and 7D. RGB value is (174,92,125). Sum of RGB (Red+Green+Blue) = 174+92+125=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C7D is #51A382. Grayscale: #787878. Windows color (decimal): -5350275 or 8215726. OLE color: 8215726.

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

Color convert

RGB 174 92 125 -
CMYK 0 0.47 0.28 0.32
HSL 335.85º 0.34% 0.52% -
HSV(B) 335.85º 0.47% 0.68% -
XYZ 24.98 18.13 21.59 -
YUV 120.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 174 92 125 0 0.47 0.28 0.32 335.85 0.34 0.52
Hex AE 5C 7D 0 2F 1C 20 150 22 34
Octal 256 134 175 0 57 34 40 520 42 64
Binary 10101110 1011100 1111101 0 101111 11100 100000 101010000 100010 110100

Color Harmonies of #AE5C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5C7D

Black with #AE5C7D

Text Example


Text Example

White with #AE5C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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