Html Css Color HEX #AC527C Royal Heath

📋 copy color: '#AC527C'

red 172 ◦ green 82 ◦ blue 124

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

Shades of Royal Heath #AC527C

Tints of Royal Heath #AC527C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.69%

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

R = 45.5%
G = 21.69%
B = 32.8%

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

#AC527C (or 0xAC527C) is known color: Royal Heath. HEX triplet: AC, 52 and 7C. RGB value is (172,82,124). Sum of RGB (Red+Green+Blue) = 172+82+124=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC527C is #53AD83. Grayscale: #717171. Windows color (decimal): -5483908 or 8147628. OLE color: 8147628.

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

Color convert

RGB 172 82 124 -
CMYK 0 0.52 0.28 0.33
HSL 332º 0.35% 0.5% -
HSV(B) 332º 0.52% 0.67% -
XYZ 23.67 16.26 20.96 -
YUV 113.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 172 82 124 0 0.52 0.28 0.33 332 0.35 0.5
Hex AC 52 7C 0 34 1C 21 14C 23 32
Octal 254 122 174 0 64 34 41 514 43 62
Binary 10101100 1010010 1111100 0 110100 11100 100001 101001100 100011 110010

Color Harmonies of #AC527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC527C

Black with #AC527C

Text Example


Text Example

White with #AC527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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