Html Css Color HEX #AE5180 Royal Heath

📋 copy color: '#AE5180'

red 174 ◦ green 81 ◦ blue 128

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

Shades of Royal Heath #AE5180

Tints of Royal Heath #AE5180

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.15%

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 45.43%
G = 21.15%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE5180 (or 0xAE5180) is known color: Royal Heath. HEX triplet: AE, 51 and 80. RGB value is (174,81,128). Sum of RGB (Red+Green+Blue) = 174+81+128=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5180 is #51AE7F. Grayscale: #727272. Windows color (decimal): -5353088 or 8409518. OLE color: 8409518.

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

Color convert

RGB 174 81 128 -
CMYK 0 0.53 0.26 0.32
HSL 329.68º 0.36% 0.5% -
HSV(B) 329.68º 0.53% 0.68% -
XYZ 24.29 16.44 22.32 -
YUV 114.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 174 81 128 0 0.53 0.26 0.32 329.68 0.36 0.5
Hex AE 51 80 0 35 1A 20 14A 24 32
Octal 256 121 200 0 65 32 40 512 44 62
Binary 10101110 1010001 10000000 0 110101 11010 100000 101001010 100100 110010

Color Harmonies of #AE5180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5180

Black with #AE5180

Text Example


Text Example

White with #AE5180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5180; }

 p { color: rgb(174,81,128); }

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

background-color css

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

 a { background-color: rgb(174,81,128); }

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

border-color css

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

 span { border-color: rgb(174,81,128); }

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