Html Css Color HEX #AC3F74 Royal Heath

📋 copy color: '#AC3F74'

red 172 ◦ green 63 ◦ blue 116

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

Shades of Royal Heath #AC3F74

Tints of Royal Heath #AC3F74

RGB

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

 GREEN value IS 63 (25% from 255) = 17.95%

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

R = 49%
G = 17.95%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC3F74 (or 0xAC3F74) is known color: Royal Heath. HEX triplet: AC, 3F and 74. RGB value is (172,63,116). Sum of RGB (Red+Green+Blue) = 172+63+116=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F74 is #53C08B. Grayscale: #656565. Windows color (decimal): -5488780 or 7618476. OLE color: 7618476.

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

Color convert

RGB 172 63 116 -
CMYK 0 0.63 0.33 0.33
HSL 330.83º 0.46% 0.46% -
HSV(B) 330.83º 0.63% 0.67% -
XYZ 21.94 13.59 17.99 -
YUV 101.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 172 63 116 0 0.63 0.33 0.33 330.83 0.46 0.46
Hex AC 3F 74 0 3F 21 21 14B 2E 2E
Octal 254 77 164 0 77 41 41 513 56 56
Binary 10101100 111111 1110100 0 111111 100001 100001 101001011 101110 101110

Color Harmonies of #AC3F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F74

Black with #AC3F74

Text Example


Text Example

White with #AC3F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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