Html Css Color HEX #AE3C72 Royal Heath

📋 copy color: '#AE3C72'

red 174 ◦ green 60 ◦ blue 114

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

Shades of Royal Heath #AE3C72

Tints of Royal Heath #AE3C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 50%
G = 17.24%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE3C72 (or 0xAE3C72) is known color: Royal Heath. HEX triplet: AE, 3C and 72. RGB value is (174,60,114). Sum of RGB (Red+Green+Blue) = 174+60+114=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3C72 is #51C38D. Grayscale: #646464. Windows color (decimal): -5358478 or 7486638. OLE color: 7486638.

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

Color convert

RGB 174 60 114 -
CMYK 0 0.66 0.34 0.32
HSL 331.58º 0.49% 0.46% -
HSV(B) 331.58º 0.66% 0.68% -
XYZ 22.11 13.45 17.35 -
YUV 100.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 174 60 114 0 0.66 0.34 0.32 331.58 0.49 0.46
Hex AE 3C 72 0 42 22 20 14C 31 2E
Octal 256 74 162 0 102 42 40 514 61 56
Binary 10101110 111100 1110010 0 1000010 100010 100000 101001100 110001 101110

Color Harmonies of #AE3C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C72

Black with #AE3C72

Text Example


Text Example

White with #AE3C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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