Html Css Color HEX #AC537C Royal Heath

📋 copy color: '#AC537C'

red 172 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #AC537C

Tints of Royal Heath #AC537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.9%

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

R = 45.38%
G = 21.9%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC537C (or 0xAC537C) is known color: Royal Heath. HEX triplet: AC, 53 and 7C. RGB value is (172,83,124). Sum of RGB (Red+Green+Blue) = 172+83+124=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC537C is #53AC83. Grayscale: #727272. Windows color (decimal): -5483652 or 8147884. OLE color: 8147884.

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

Color convert

RGB 172 83 124 -
CMYK 0 0.52 0.28 0.33
HSL 332.36º 0.35% 0.5% -
HSV(B) 332.36º 0.52% 0.67% -
XYZ 23.74 16.41 20.99 -
YUV 114.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 172 83 124 0 0.52 0.28 0.33 332.36 0.35 0.5
Hex AC 53 7C 0 34 1C 21 14C 23 32
Octal 254 123 174 0 64 34 41 514 43 62
Binary 10101100 1010011 1111100 0 110100 11100 100001 101001100 100011 110010

Color Harmonies of #AC537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC537C

Black with #AC537C

Text Example


Text Example

White with #AC537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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