Html Css Color HEX #AC517C Royal Heath

📋 copy color: '#AC517C'

red 172 ◦ green 81 ◦ blue 124

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

Shades of Royal Heath #AC517C

Tints of Royal Heath #AC517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.49%

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 45.62%
G = 21.49%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC517C (or 0xAC517C) is known color: Royal Heath. HEX triplet: AC, 51 and 7C. RGB value is (172,81,124). Sum of RGB (Red+Green+Blue) = 172+81+124=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC517C is #53AE83. Grayscale: #717171. Windows color (decimal): -5484164 or 8147372. OLE color: 8147372.

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

Color convert

RGB 172 81 124 -
CMYK 0 0.53 0.28 0.33
HSL 331.65º 0.36% 0.5% -
HSV(B) 331.65º 0.53% 0.67% -
XYZ 23.59 16.11 20.93 -
YUV 113.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 172 81 124 0 0.53 0.28 0.33 331.65 0.36 0.5
Hex AC 51 7C 0 35 1C 21 14C 24 32
Octal 254 121 174 0 65 34 41 514 44 62
Binary 10101100 1010001 1111100 0 110101 11100 100001 101001100 100100 110010

Color Harmonies of #AC517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC517C

Black with #AC517C

Text Example


Text Example

White with #AC517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC517C; }

 p { color: rgb(172,81,124); }

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

background-color css

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

 a { background-color: rgb(172,81,124); }

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

border-color css

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

 span { border-color: rgb(172,81,124); }

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