Html Css Color HEX #AC497D Royal Heath

📋 copy color: '#AC497D'

red 172 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #AC497D

Tints of Royal Heath #AC497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.78%

R = 46.49%
G = 19.73%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC497D (or 0xAC497D) is known color: Royal Heath. HEX triplet: AC, 49 and 7D. RGB value is (172,73,125). Sum of RGB (Red+Green+Blue) = 172+73+125=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC497D is #53B682. Grayscale: #6C6C6C. Windows color (decimal): -5486211 or 8210860. OLE color: 8210860.

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

Color convert

RGB 172 73 125 -
CMYK 0 0.58 0.27 0.33
HSL 328.48º 0.4% 0.48% -
HSV(B) 328.48º 0.58% 0.67% -
XYZ 23.1 15.02 21.08 -
YUV 108.53 137.3 173.27 -
System Red Green Blue C M Y K H S L
Decimal 172 73 125 0 0.58 0.27 0.33 328.48 0.4 0.48
Hex AC 49 7D 0 3A 1B 21 148 28 30
Octal 254 111 175 0 72 33 41 510 50 60
Binary 10101100 1001001 1111101 0 111010 11011 100001 101001000 101000 110000

Color Harmonies of #AC497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC497D

Black with #AC497D

Text Example


Text Example

White with #AC497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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