Html Css Color HEX #AE4D81 Royal Heath

📋 copy color: '#AE4D81'

red 174 ◦ green 77 ◦ blue 129

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

Shades of Royal Heath #AE4D81

Tints of Royal Heath #AE4D81

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.26%

 BLUE value IS 129 (50.78% from 255) = 33.95%

R = 45.79%
G = 20.26%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AE4D81 (or 0xAE4D81) is known color: Royal Heath. HEX triplet: AE, 4D and 81. RGB value is (174,77,129). Sum of RGB (Red+Green+Blue) = 174+77+129=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4D81 is #51B27E. Grayscale: #6F6F6F. Windows color (decimal): -5354111 or 8474030. OLE color: 8474030.

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

Color convert

RGB 174 77 129 -
CMYK 0 0.56 0.26 0.32
HSL 327.84º 0.39% 0.49% -
HSV(B) 327.84º 0.56% 0.68% -
XYZ 24.07 15.89 22.57 -
YUV 111.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 174 77 129 0 0.56 0.26 0.32 327.84 0.39 0.49
Hex AE 4D 81 0 38 1A 20 148 27 31
Octal 256 115 201 0 70 32 40 510 47 61
Binary 10101110 1001101 10000001 0 111000 11010 100000 101001000 100111 110001

Color Harmonies of #AE4D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D81

Black with #AE4D81

Text Example


Text Example

White with #AE4D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D81; }

 p { color: rgb(174,77,129); }

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

background-color css

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

 a { background-color: rgb(174,77,129); }

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

border-color css

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

 span { border-color: rgb(174,77,129); }

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