Html Css Color HEX #AC3E74 Royal Heath

📋 copy color: '#AC3E74'

red 172 ◦ green 62 ◦ blue 116

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

Shades of Royal Heath #AC3E74

Tints of Royal Heath #AC3E74

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.71%

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 49.14%
G = 17.71%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC3E74 (or 0xAC3E74) is known color: Royal Heath. HEX triplet: AC, 3E and 74. RGB value is (172,62,116). Sum of RGB (Red+Green+Blue) = 172+62+116=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E74 is #53C18B. Grayscale: #646464. Windows color (decimal): -5489036 or 7618220. OLE color: 7618220.

HSL color Cylindrical-coordinate representation of color #AC3E74: hue angle of 330.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3E74 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 62 116 -
CMYK 0 0.64 0.33 0.33
HSL 330.55º 0.47% 0.46% -
HSV(B) 330.55º 0.64% 0.67% -
XYZ 21.89 13.48 17.97 -
YUV 101.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 172 62 116 0 0.64 0.33 0.33 330.55 0.47 0.46
Hex AC 3E 74 0 40 21 21 14B 2F 2E
Octal 254 76 164 0 100 41 41 513 57 56
Binary 10101100 111110 1110100 0 1000000 100001 100001 101001011 101111 101110

Color Harmonies of #AC3E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E74

Black with #AC3E74

Text Example


Text Example

White with #AC3E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E74; }

 p { color: rgb(172,62,116); }

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

background-color css

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

 a { background-color: rgb(172,62,116); }

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

border-color css

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

 span { border-color: rgb(172,62,116); }

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