Html Css Color HEX #AC507C Royal Heath

📋 copy color: '#AC507C'

red 172 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #AC507C

Tints of Royal Heath #AC507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.28%

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

R = 45.74%
G = 21.28%
B = 32.98%

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

#AC507C (or 0xAC507C) is known color: Royal Heath. HEX triplet: AC, 50 and 7C. RGB value is (172,80,124). Sum of RGB (Red+Green+Blue) = 172+80+124=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC507C is #53AF83. Grayscale: #707070. Windows color (decimal): -5484420 or 8147116. OLE color: 8147116.

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

Color convert

RGB 172 80 124 -
CMYK 0 0.53 0.28 0.33
HSL 331.3º 0.37% 0.49% -
HSV(B) 331.3º 0.53% 0.67% -
XYZ 23.52 15.96 20.91 -
YUV 112.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 172 80 124 0 0.53 0.28 0.33 331.3 0.37 0.49
Hex AC 50 7C 0 35 1C 21 14B 25 31
Octal 254 120 174 0 65 34 41 513 45 61
Binary 10101100 1010000 1111100 0 110101 11100 100001 101001011 100101 110001

Color Harmonies of #AC507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC507C

Black with #AC507C

Text Example


Text Example

White with #AC507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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