Html Css Color HEX #AE5484 Royal Heath

📋 copy color: '#AE5484'

red 174 ◦ green 84 ◦ blue 132

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

Shades of Royal Heath #AE5484

Tints of Royal Heath #AE5484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.54%

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 44.62%
G = 21.54%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE5484 (or 0xAE5484) is known color: Royal Heath. HEX triplet: AE, 54 and 84. RGB value is (174,84,132). Sum of RGB (Red+Green+Blue) = 174+84+132=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5484 is #51AB7B. Grayscale: #747474. Windows color (decimal): -5352316 or 8672430. OLE color: 8672430.

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

Color convert

RGB 174 84 132 -
CMYK 0 0.52 0.24 0.32
HSL 328º 0.36% 0.51% -
HSV(B) 328º 0.52% 0.68% -
XYZ 24.79 17.01 23.81 -
YUV 116.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 174 84 132 0 0.52 0.24 0.32 328 0.36 0.51
Hex AE 54 84 0 34 18 20 148 24 33
Octal 256 124 204 0 64 30 40 510 44 63
Binary 10101110 1010100 10000100 0 110100 11000 100000 101001000 100100 110011

Color Harmonies of #AE5484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5484

Black with #AE5484

Text Example


Text Example

White with #AE5484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5484; }

 p { color: rgb(174,84,132); }

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

background-color css

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

 a { background-color: rgb(174,84,132); }

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

border-color css

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

 span { border-color: rgb(174,84,132); }

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