Html Css Color HEX #AE4883 Royal Heath

📋 copy color: '#AE4883'

red 174 ◦ green 72 ◦ blue 131

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

Shades of Royal Heath #AE4883

Tints of Royal Heath #AE4883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

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

R = 46.15%
G = 19.1%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE4883 (or 0xAE4883) is known color: Royal Heath. HEX triplet: AE, 48 and 83. RGB value is (174,72,131). Sum of RGB (Red+Green+Blue) = 174+72+131=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4883 is #51B77C. Grayscale: #6D6D6D. Windows color (decimal): -5355389 or 8603822. OLE color: 8603822.

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

Color convert

RGB 174 72 131 -
CMYK 0 0.59 0.25 0.32
HSL 325.29º 0.41% 0.48% -
HSV(B) 325.29º 0.59% 0.68% -
XYZ 23.87 15.27 23.16 -
YUV 109.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 174 72 131 0 0.59 0.25 0.32 325.29 0.41 0.48
Hex AE 48 83 0 3B 19 20 145 29 30
Octal 256 110 203 0 73 31 40 505 51 60
Binary 10101110 1001000 10000011 0 111011 11001 100000 101000101 101001 110000

Color Harmonies of #AE4883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4883

Black with #AE4883

Text Example


Text Example

White with #AE4883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4883; }

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

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

background-color css

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

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

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

border-color css

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

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

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