Html Css Color HEX #AC3F72 Royal Heath

📋 copy color: '#AC3F72'

red 172 ◦ green 63 ◦ blue 114

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

Shades of Royal Heath #AC3F72

Tints of Royal Heath #AC3F72

RGB

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

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

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

R = 49.28%
G = 18.05%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC3F72 (or 0xAC3F72) is known color: Royal Heath. HEX triplet: AC, 3F and 72. RGB value is (172,63,114). Sum of RGB (Red+Green+Blue) = 172+63+114=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F72 is #53C08D. Grayscale: #656565. Windows color (decimal): -5488782 or 7487404. OLE color: 7487404.

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

Color convert

RGB 172 63 114 -
CMYK 0 0.63 0.34 0.33
HSL 331.93º 0.46% 0.46% -
HSV(B) 331.93º 0.63% 0.67% -
XYZ 21.83 13.54 17.38 -
YUV 101.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 172 63 114 0 0.63 0.34 0.33 331.93 0.46 0.46
Hex AC 3F 72 0 3F 22 21 14C 2E 2E
Octal 254 77 162 0 77 42 41 514 56 56
Binary 10101100 111111 1110010 0 111111 100010 100001 101001100 101110 101110

Color Harmonies of #AC3F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F72

Black with #AC3F72

Text Example


Text Example

White with #AC3F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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