Html Css Color HEX #AC567C Royal Heath

📋 copy color: '#AC567C'

red 172 ◦ green 86 ◦ blue 124

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

Shades of Royal Heath #AC567C

Tints of Royal Heath #AC567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.51%

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

R = 45.03%
G = 22.51%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC567C (or 0xAC567C) is known color: Royal Heath. HEX triplet: AC, 56 and 7C. RGB value is (172,86,124). Sum of RGB (Red+Green+Blue) = 172+86+124=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC567C is #53A983. Grayscale: #737373. Windows color (decimal): -5482884 or 8148652. OLE color: 8148652.

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

Color convert

RGB 172 86 124 -
CMYK 0 0.5 0.28 0.33
HSL 333.49º 0.34% 0.51% -
HSV(B) 333.49º 0.5% 0.67% -
XYZ 23.98 16.88 21.06 -
YUV 116.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 172 86 124 0 0.5 0.28 0.33 333.49 0.34 0.51
Hex AC 56 7C 0 32 1C 21 14D 22 33
Octal 254 126 174 0 62 34 41 515 42 63
Binary 10101100 1010110 1111100 0 110010 11100 100001 101001101 100010 110011

Color Harmonies of #AC567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC567C

Black with #AC567C

Text Example


Text Example

White with #AC567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC567C; }

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

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

background-color css

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

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

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

border-color css

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

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

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