Html Css Color HEX #AC4E77 Royal Heath

📋 copy color: '#AC4E77'

red 172 ◦ green 78 ◦ blue 119

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

Shades of Royal Heath #AC4E77

Tints of Royal Heath #AC4E77

RGB

 RED value IS 172 (67.58% from 255) = 46.61%

 GREEN value IS 78 (30.86% from 255) = 21.14%

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

R = 46.61%
G = 21.14%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC4E77 (or 0xAC4E77) is known color: Royal Heath. HEX triplet: AC, 4E and 77. RGB value is (172,78,119). Sum of RGB (Red+Green+Blue) = 172+78+119=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E77 is #53B188. Grayscale: #6E6E6E. Windows color (decimal): -5484937 or 7818924. OLE color: 7818924.

HSL color Cylindrical-coordinate representation of color #AC4E77: hue angle of 333.83º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4E77 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 78 119 -
CMYK 0 0.55 0.31 0.33
HSL 333.83º 0.38% 0.49% -
HSV(B) 333.83º 0.55% 0.67% -
XYZ 23.07 15.55 19.24 -
YUV 110.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 172 78 119 0 0.55 0.31 0.33 333.83 0.38 0.49
Hex AC 4E 77 0 37 1F 21 14E 26 31
Octal 254 116 167 0 67 37 41 516 46 61
Binary 10101100 1001110 1110111 0 110111 11111 100001 101001110 100110 110001

Color Harmonies of #AC4E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E77

Black with #AC4E77

Text Example


Text Example

White with #AC4E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E77; }

 p { color: rgb(172,78,119); }

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

background-color css

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

 a { background-color: rgb(172,78,119); }

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

border-color css

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

 span { border-color: rgb(172,78,119); }

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