Html Css Color HEX #AE3A73 Royal Heath

📋 copy color: '#AE3A73'

red 174 ◦ green 58 ◦ blue 115

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

Shades of Royal Heath #AE3A73

Tints of Royal Heath #AE3A73

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 50.14%
G = 16.71%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE3A73 (or 0xAE3A73) is known color: Royal Heath. HEX triplet: AE, 3A and 73. RGB value is (174,58,115). Sum of RGB (Red+Green+Blue) = 174+58+115=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3A73 is #51C58C. Grayscale: #636363. Windows color (decimal): -5358989 or 7551662. OLE color: 7551662.

HSL color Cylindrical-coordinate representation of color #AE3A73: hue angle of 330.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3A73 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 58 115 -
CMYK 0 0.67 0.34 0.32
HSL 330.52º 0.5% 0.45% -
HSV(B) 330.52º 0.67% 0.68% -
XYZ 22.06 13.26 17.62 -
YUV 99.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 174 58 115 0 0.67 0.34 0.32 330.52 0.5 0.45
Hex AE 3A 73 0 43 22 20 14B 32 2D
Octal 256 72 163 0 103 42 40 513 62 55
Binary 10101110 111010 1110011 0 1000011 100010 100000 101001011 110010 101101

Color Harmonies of #AE3A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A73

Black with #AE3A73

Text Example


Text Example

White with #AE3A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A73; }

 p { color: rgb(174,58,115); }

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

background-color css

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

 a { background-color: rgb(174,58,115); }

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

border-color css

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

 span { border-color: rgb(174,58,115); }

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