Html Css Color HEX #AE5983 Royal Heath

📋 copy color: '#AE5983'

red 174 ◦ green 89 ◦ blue 131

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

Shades of Royal Heath #AE5983

Tints of Royal Heath #AE5983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

 BLUE value IS 131 (51.56% from 255) = 33.25%

R = 44.16%
G = 22.59%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE5983 (or 0xAE5983) is known color: Royal Heath. HEX triplet: AE, 59 and 83. RGB value is (174,89,131). Sum of RGB (Red+Green+Blue) = 174+89+131=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE5983 is #51A67C. Grayscale: #777777. Windows color (decimal): -5351037 or 8608174. OLE color: 8608174.

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

Color convert

RGB 174 89 131 -
CMYK 0 0.49 0.25 0.32
HSL 330.35º 0.34% 0.52% -
HSV(B) 330.35º 0.49% 0.68% -
XYZ 25.12 17.78 23.58 -
YUV 119.2 134.66 167.08 -
System Red Green Blue C M Y K H S L
Decimal 174 89 131 0 0.49 0.25 0.32 330.35 0.34 0.52
Hex AE 59 83 0 31 19 20 14A 22 34
Octal 256 131 203 0 61 31 40 512 42 64
Binary 10101110 1011001 10000011 0 110001 11001 100000 101001010 100010 110100

Color Harmonies of #AE5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5983

Black with #AE5983

Text Example


Text Example

White with #AE5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5983; }

 p { color: rgb(174,89,131); }

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

background-color css

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

 a { background-color: rgb(174,89,131); }

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

border-color css

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

 span { border-color: rgb(174,89,131); }

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