Html Css Color HEX #AE507D Royal Heath

📋 copy color: '#AE507D'

red 174 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #AE507D

Tints of Royal Heath #AE507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.11%

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

R = 45.91%
G = 21.11%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE507D (or 0xAE507D) is known color: Royal Heath. HEX triplet: AE, 50 and 7D. RGB value is (174,80,125). Sum of RGB (Red+Green+Blue) = 174+80+125=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE507D is #51AF82. Grayscale: #717171. Windows color (decimal): -5353347 or 8212654. OLE color: 8212654.

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

Color convert

RGB 174 80 125 -
CMYK 0 0.54 0.28 0.32
HSL 331.28º 0.37% 0.5% -
HSV(B) 331.28º 0.54% 0.68% -
XYZ 24.03 16.22 21.27 -
YUV 113.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 174 80 125 0 0.54 0.28 0.32 331.28 0.37 0.5
Hex AE 50 7D 0 36 1C 20 14B 25 32
Octal 256 120 175 0 66 34 40 513 45 62
Binary 10101110 1010000 1111101 0 110110 11100 100000 101001011 100101 110010

Color Harmonies of #AE507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE507D

Black with #AE507D

Text Example


Text Example

White with #AE507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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