Html Css Color HEX #AE477B Royal Heath

📋 copy color: '#AE477B'

red 174 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #AE477B

Tints of Royal Heath #AE477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.29%

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 47.28%
G = 19.29%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE477B (or 0xAE477B) is known color: Royal Heath. HEX triplet: AE, 47 and 7B. RGB value is (174,71,123). Sum of RGB (Red+Green+Blue) = 174+71+123=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE477B is #51B884. Grayscale: #6B6B6B. Windows color (decimal): -5355653 or 8079278. OLE color: 8079278.

HSL color Cylindrical-coordinate representation of color #AE477B: hue angle of 329.71º degrees, saturation: 0.42, 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 #AE477B is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 71 123 -
CMYK 0 0.59 0.29 0.32
HSL 329.71º 0.42% 0.48% -
HSV(B) 329.71º 0.59% 0.68% -
XYZ 23.28 14.94 20.39 -
YUV 107.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 174 71 123 0 0.59 0.29 0.32 329.71 0.42 0.48
Hex AE 47 7B 0 3B 1D 20 14A 2A 30
Octal 256 107 173 0 73 35 40 512 52 60
Binary 10101110 1000111 1111011 0 111011 11101 100000 101001010 101010 110000

Color Harmonies of #AE477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE477B

Black with #AE477B

Text Example


Text Example

White with #AE477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE477B; }

 p { color: rgb(174,71,123); }

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

background-color css

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

 a { background-color: rgb(174,71,123); }

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

border-color css

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

 span { border-color: rgb(174,71,123); }

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