Html Css Color HEX #AC557B Royal Heath

📋 copy color: '#AC557B'

red 172 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #AC557B

Tints of Royal Heath #AC557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 45.26%
G = 22.37%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC557B (or 0xAC557B) is known color: Royal Heath. HEX triplet: AC, 55 and 7B. RGB value is (172,85,123). Sum of RGB (Red+Green+Blue) = 172+85+123=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC557B is #53AA84. Grayscale: #737373. Windows color (decimal): -5483141 or 8082860. OLE color: 8082860.

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

Color convert

RGB 172 85 123 -
CMYK 0 0.51 0.28 0.33
HSL 333.79º 0.34% 0.5% -
HSV(B) 333.79º 0.51% 0.67% -
XYZ 23.84 16.7 20.71 -
YUV 115.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 172 85 123 0 0.51 0.28 0.33 333.79 0.34 0.5
Hex AC 55 7B 0 33 1C 21 14E 22 32
Octal 254 125 173 0 63 34 41 516 42 62
Binary 10101100 1010101 1111011 0 110011 11100 100001 101001110 100010 110010

Color Harmonies of #AC557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC557B

Black with #AC557B

Text Example


Text Example

White with #AC557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC557B; }

 p { color: rgb(172,85,123); }

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

background-color css

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

 a { background-color: rgb(172,85,123); }

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

border-color css

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

 span { border-color: rgb(172,85,123); }

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