Html Css Color HEX #AC3D74 Royal Heath

📋 copy color: '#AC3D74'

red 172 ◦ green 61 ◦ blue 116

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

Shades of Royal Heath #AC3D74

Tints of Royal Heath #AC3D74

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.48%

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

R = 49.28%
G = 17.48%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC3D74 (or 0xAC3D74) is known color: Royal Heath. HEX triplet: AC, 3D and 74. RGB value is (172,61,116). Sum of RGB (Red+Green+Blue) = 172+61+116=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3D74 is #53C28B. Grayscale: #646464. Windows color (decimal): -5489292 or 7617964. OLE color: 7617964.

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

Color convert

RGB 172 61 116 -
CMYK 0 0.65 0.33 0.33
HSL 330.27º 0.48% 0.46% -
HSV(B) 330.27º 0.65% 0.67% -
XYZ 21.83 13.37 17.95 -
YUV 100.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 172 61 116 0 0.65 0.33 0.33 330.27 0.48 0.46
Hex AC 3D 74 0 41 21 21 14A 30 2E
Octal 254 75 164 0 101 41 41 512 60 56
Binary 10101100 111101 1110100 0 1000001 100001 100001 101001010 110000 101110

Color Harmonies of #AC3D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D74

Black with #AC3D74

Text Example


Text Example

White with #AC3D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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