Html Css Color HEX #AE3C77 Royal Heath

📋 copy color: '#AE3C77'

red 174 ◦ green 60 ◦ blue 119

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

Shades of Royal Heath #AE3C77

Tints of Royal Heath #AE3C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 49.29%
G = 17%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE3C77 (or 0xAE3C77) is known color: Royal Heath. HEX triplet: AE, 3C and 77. RGB value is (174,60,119). Sum of RGB (Red+Green+Blue) = 174+60+119=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C77 is #51C388. Grayscale: #646464. Windows color (decimal): -5358473 or 7814318. OLE color: 7814318.

HSL color Cylindrical-coordinate representation of color #AE3C77: hue angle of 328.95º 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 #AE3C77 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 119 -
CMYK 0 0.66 0.32 0.32
HSL 328.95º 0.49% 0.46% -
HSV(B) 328.95º 0.66% 0.68% -
XYZ 22.4 13.56 18.89 -
YUV 100.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 174 60 119 0 0.66 0.32 0.32 328.95 0.49 0.46
Hex AE 3C 77 0 42 20 20 149 31 2E
Octal 256 74 167 0 102 40 40 511 61 56
Binary 10101110 111100 1110111 0 1000010 100000 100000 101001001 110001 101110

Color Harmonies of #AE3C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C77

Black with #AE3C77

Text Example


Text Example

White with #AE3C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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