Html Css Color HEX #AE4D83 Royal Heath

📋 copy color: '#AE4D83'

red 174 ◦ green 77 ◦ blue 131

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

Shades of Royal Heath #AE4D83

Tints of Royal Heath #AE4D83

RGB

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

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

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

R = 45.55%
G = 20.16%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE4D83 (or 0xAE4D83) is known color: Royal Heath. HEX triplet: AE, 4D and 83. RGB value is (174,77,131). Sum of RGB (Red+Green+Blue) = 174+77+131=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4D83 is #51B27C. Grayscale: #707070. Windows color (decimal): -5354109 or 8605102. OLE color: 8605102.

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

Color convert

RGB 174 77 131 -
CMYK 0 0.56 0.25 0.32
HSL 326.6º 0.39% 0.49% -
HSV(B) 326.6º 0.56% 0.68% -
XYZ 24.21 15.95 23.27 -
YUV 112.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 174 77 131 0 0.56 0.25 0.32 326.6 0.39 0.49
Hex AE 4D 83 0 38 19 20 147 27 31
Octal 256 115 203 0 70 31 40 507 47 61
Binary 10101110 1001101 10000011 0 111000 11001 100000 101000111 100111 110001

Color Harmonies of #AE4D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D83

Black with #AE4D83

Text Example


Text Example

White with #AE4D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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