Html Css Color HEX #AC5680 Royal Heath

📋 copy color: '#AC5680'

red 172 ◦ green 86 ◦ blue 128

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

Shades of Royal Heath #AC5680

Tints of Royal Heath #AC5680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.28%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 44.56%
G = 22.28%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC5680 (or 0xAC5680) is known color: Royal Heath. HEX triplet: AC, 56 and 80. RGB value is (172,86,128). Sum of RGB (Red+Green+Blue) = 172+86+128=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5680 is #53A97F. Grayscale: #747474. Windows color (decimal): -5482880 or 8410796. OLE color: 8410796.

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

Color convert

RGB 172 86 128 -
CMYK 0 0.5 0.26 0.33
HSL 330.7º 0.34% 0.51% -
HSV(B) 330.7º 0.5% 0.67% -
XYZ 24.24 16.98 22.42 -
YUV 116.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 172 86 128 0 0.5 0.26 0.33 330.7 0.34 0.51
Hex AC 56 80 0 32 1A 21 14B 22 33
Octal 254 126 200 0 62 32 41 513 42 63
Binary 10101100 1010110 10000000 0 110010 11010 100001 101001011 100010 110011

Color Harmonies of #AC5680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5680

Black with #AC5680

Text Example


Text Example

White with #AC5680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5680; }

 p { color: rgb(172,86,128); }

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

background-color css

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

 a { background-color: rgb(172,86,128); }

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

border-color css

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

 span { border-color: rgb(172,86,128); }

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