Html Css Color HEX #AC457C Royal Heath

📋 copy color: '#AC457C'

red 172 ◦ green 69 ◦ blue 124

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

Shades of Royal Heath #AC457C

Tints of Royal Heath #AC457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

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

R = 47.12%
G = 18.9%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC457C (or 0xAC457C) is known color: Royal Heath. HEX triplet: AC, 45 and 7C. RGB value is (172,69,124). Sum of RGB (Red+Green+Blue) = 172+69+124=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC457C is #53BA83. Grayscale: #696969. Windows color (decimal): -5487236 or 8144300. OLE color: 8144300.

HSL color Cylindrical-coordinate representation of color #AC457C: hue angle of 327.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC457C is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 124 -
CMYK 0 0.60 0.28 0.33
HSL 327.96º 0.43% 0.47% -
HSV(B) 327.96º 0.6% 0.67% -
XYZ 22.78 14.48 20.66 -
YUV 106.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 172 69 124 0 0.60 0.28 0.33 327.96 0.43 0.47
Hex AC 45 7C 0 3C 1C 21 148 2B 2F
Octal 254 105 174 0 74 34 41 510 53 57
Binary 10101100 1000101 1111100 0 111100 11100 100001 101001000 101011 101111

Color Harmonies of #AC457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC457C

Black with #AC457C

Text Example


Text Example

White with #AC457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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