Html Css Color HEX #AC497A Royal Heath

📋 copy color: '#AC497A'

red 172 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #AC497A

Tints of Royal Heath #AC497A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.24%

R = 46.87%
G = 19.89%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC497A (or 0xAC497A) is known color: Royal Heath. HEX triplet: AC, 49 and 7A. RGB value is (172,73,122). Sum of RGB (Red+Green+Blue) = 172+73+122=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC497A is #53B685. Grayscale: #6C6C6C. Windows color (decimal): -5486214 or 8014252. OLE color: 8014252.

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

Color convert

RGB 172 73 122 -
CMYK 0 0.58 0.29 0.33
HSL 330.3º 0.4% 0.48% -
HSV(B) 330.3º 0.58% 0.67% -
XYZ 22.91 14.94 20.09 -
YUV 108.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 172 73 122 0 0.58 0.29 0.33 330.3 0.4 0.48
Hex AC 49 7A 0 3A 1D 21 14A 28 30
Octal 254 111 172 0 72 35 41 512 50 60
Binary 10101100 1001001 1111010 0 111010 11101 100001 101001010 101000 110000

Color Harmonies of #AC497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC497A

Black with #AC497A

Text Example


Text Example

White with #AC497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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