Html Css Color HEX #AE547B Royal Heath

📋 copy color: '#AE547B'

red 174 ◦ green 84 ◦ blue 123

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

Shades of Royal Heath #AE547B

Tints of Royal Heath #AE547B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.05%

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

R = 45.67%
G = 22.05%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE547B (or 0xAE547B) is known color: Royal Heath. HEX triplet: AE, 54 and 7B. RGB value is (174,84,123). Sum of RGB (Red+Green+Blue) = 174+84+123=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE547B is #51AB84. Grayscale: #737373. Windows color (decimal): -5352325 or 8082606. OLE color: 8082606.

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

Color convert

RGB 174 84 123 -
CMYK 0 0.52 0.29 0.32
HSL 334º 0.36% 0.51% -
HSV(B) 334º 0.52% 0.68% -
XYZ 24.2 16.77 20.7 -
YUV 115.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 174 84 123 0 0.52 0.29 0.32 334 0.36 0.51
Hex AE 54 7B 0 34 1D 20 14E 24 33
Octal 256 124 173 0 64 35 40 516 44 63
Binary 10101110 1010100 1111011 0 110100 11101 100000 101001110 100100 110011

Color Harmonies of #AE547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE547B

Black with #AE547B

Text Example


Text Example

White with #AE547B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE547B; }

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

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

background-color css

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

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

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

border-color css

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

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

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