Html Css Color HEX #AC557A Royal Heath

📋 copy color: '#AC557A'

red 172 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #AC557A

Tints of Royal Heath #AC557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.19%

R = 45.38%
G = 22.43%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC557A (or 0xAC557A) is known color: Royal Heath. HEX triplet: AC, 55 and 7A. RGB value is (172,85,122). Sum of RGB (Red+Green+Blue) = 172+85+122=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC557A is #53AA85. Grayscale: #737373. Windows color (decimal): -5483142 or 8017324. OLE color: 8017324.

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

Color convert

RGB 172 85 122 -
CMYK 0 0.51 0.29 0.33
HSL 334.48º 0.34% 0.5% -
HSV(B) 334.48º 0.51% 0.67% -
XYZ 23.77 16.67 20.38 -
YUV 115.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 172 85 122 0 0.51 0.29 0.33 334.48 0.34 0.5
Hex AC 55 7A 0 33 1D 21 14E 22 32
Octal 254 125 172 0 63 35 41 516 42 62
Binary 10101100 1010101 1111010 0 110011 11101 100001 101001110 100010 110010

Color Harmonies of #AC557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC557A

Black with #AC557A

Text Example


Text Example

White with #AC557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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