Html Css Color HEX #AC497F Royal Heath

📋 copy color: '#AC497F'

red 172 ◦ green 73 ◦ blue 127

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

Shades of Royal Heath #AC497F

Tints of Royal Heath #AC497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.62%

 BLUE value IS 127 (50% from 255) = 34.14%

R = 46.24%
G = 19.62%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC497F (or 0xAC497F) is known color: Royal Heath. HEX triplet: AC, 49 and 7F. RGB value is (172,73,127). Sum of RGB (Red+Green+Blue) = 172+73+127=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC497F is #53B680. Grayscale: #6C6C6C. Windows color (decimal): -5486209 or 8341932. OLE color: 8341932.

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

Color convert

RGB 172 73 127 -
CMYK 0 0.58 0.26 0.33
HSL 327.27º 0.4% 0.48% -
HSV(B) 327.27º 0.58% 0.67% -
XYZ 23.23 15.07 21.76 -
YUV 108.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 172 73 127 0 0.58 0.26 0.33 327.27 0.4 0.48
Hex AC 49 7F 0 3A 1A 21 147 28 30
Octal 254 111 177 0 72 32 41 507 50 60
Binary 10101100 1001001 1111111 0 111010 11010 100001 101000111 101000 110000

Color Harmonies of #AC497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC497F

Black with #AC497F

Text Example


Text Example

White with #AC497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC497F; }

 p { color: rgb(172,73,127); }

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

background-color css

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

 a { background-color: rgb(172,73,127); }

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

border-color css

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

 span { border-color: rgb(172,73,127); }

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