Html Css Color HEX #AE3C78 Royal Heath

📋 copy color: '#AE3C78'

red 174 ◦ green 60 ◦ blue 120

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

Shades of Royal Heath #AE3C78

Tints of Royal Heath #AE3C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.95%

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 49.15%
G = 16.95%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AE3C78 (or 0xAE3C78) is known color: Royal Heath. HEX triplet: AE, 3C and 78. RGB value is (174,60,120). Sum of RGB (Red+Green+Blue) = 174+60+120=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C78 is #51C387. Grayscale: #646464. Windows color (decimal): -5358472 or 7879854. OLE color: 7879854.

HSL color Cylindrical-coordinate representation of color #AE3C78: hue angle of 328.42º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE3C78 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 120 -
CMYK 0 0.66 0.31 0.32
HSL 328.42º 0.49% 0.46% -
HSV(B) 328.42º 0.66% 0.68% -
XYZ 22.46 13.59 19.21 -
YUV 100.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 174 60 120 0 0.66 0.31 0.32 328.42 0.49 0.46
Hex AE 3C 78 0 42 1F 20 148 31 2E
Octal 256 74 170 0 102 37 40 510 61 56
Binary 10101110 111100 1111000 0 1000010 11111 100000 101001000 110001 101110

Color Harmonies of #AE3C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C78

Black with #AE3C78

Text Example


Text Example

White with #AE3C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C78; }

 p { color: rgb(174,60,120); }

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

background-color css

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

 a { background-color: rgb(174,60,120); }

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

border-color css

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

 span { border-color: rgb(174,60,120); }

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