Html Css Color HEX #AE507B Royal Heath

📋 copy color: '#AE507B'

red 174 ◦ green 80 ◦ blue 123

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

Shades of Royal Heath #AE507B

Tints of Royal Heath #AE507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 46.15%
G = 21.22%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE507B (or 0xAE507B) is known color: Royal Heath. HEX triplet: AE, 50 and 7B. RGB value is (174,80,123). Sum of RGB (Red+Green+Blue) = 174+80+123=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE507B is #51AF84. Grayscale: #707070. Windows color (decimal): -5353349 or 8081582. OLE color: 8081582.

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

Color convert

RGB 174 80 123 -
CMYK 0 0.54 0.29 0.32
HSL 332.55º 0.37% 0.5% -
HSV(B) 332.55º 0.54% 0.68% -
XYZ 23.9 16.17 20.6 -
YUV 113.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 174 80 123 0 0.54 0.29 0.32 332.55 0.37 0.5
Hex AE 50 7B 0 36 1D 20 14D 25 32
Octal 256 120 173 0 66 35 40 515 45 62
Binary 10101110 1010000 1111011 0 110110 11101 100000 101001101 100101 110010

Color Harmonies of #AE507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE507B

Black with #AE507B

Text Example


Text Example

White with #AE507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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