Html Css Color HEX #AC4D7C Royal Heath

📋 copy color: '#AC4D7C'

red 172 ◦ green 77 ◦ blue 124

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

Shades of Royal Heath #AC4D7C

Tints of Royal Heath #AC4D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

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

R = 46.11%
G = 20.64%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC4D7C (or 0xAC4D7C) is known color: Royal Heath. HEX triplet: AC, 4D and 7C. RGB value is (172,77,124). Sum of RGB (Red+Green+Blue) = 172+77+124=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D7C is #53B283. Grayscale: #6E6E6E. Windows color (decimal): -5485188 or 8146348. OLE color: 8146348.

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

Color convert

RGB 172 77 124 -
CMYK 0 0.55 0.28 0.33
HSL 330.32º 0.38% 0.49% -
HSV(B) 330.32º 0.55% 0.67% -
XYZ 23.31 15.53 20.84 -
YUV 110.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 172 77 124 0 0.55 0.28 0.33 330.32 0.38 0.49
Hex AC 4D 7C 0 37 1C 21 14A 26 31
Octal 254 115 174 0 67 34 41 512 46 61
Binary 10101100 1001101 1111100 0 110111 11100 100001 101001010 100110 110001

Color Harmonies of #AC4D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D7C

Black with #AC4D7C

Text Example


Text Example

White with #AC4D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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