Html Css Color HEX #AC5C80 Royal Heath

📋 copy color: '#AC5C80'

red 172 ◦ green 92 ◦ blue 128

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

Shades of Royal Heath #AC5C80

Tints of Royal Heath #AC5C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 43.88%
G = 23.47%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC5C80 (or 0xAC5C80) is known color: Royal Heath. HEX triplet: AC, 5C and 80. RGB value is (172,92,128). Sum of RGB (Red+Green+Blue) = 172+92+128=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C80 is #53A37F. Grayscale: #777777. Windows color (decimal): -5481344 or 8412332. OLE color: 8412332.

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

Color convert

RGB 172 92 128 -
CMYK 0 0.47 0.26 0.33
HSL 333º 0.33% 0.52% -
HSV(B) 333º 0.47% 0.67% -
XYZ 24.74 17.98 22.59 -
YUV 120.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 172 92 128 0 0.47 0.26 0.33 333 0.33 0.52
Hex AC 5C 80 0 2F 1A 21 14D 21 34
Octal 254 134 200 0 57 32 41 515 41 64
Binary 10101100 1011100 10000000 0 101111 11010 100001 101001101 100001 110100

Color Harmonies of #AC5C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C80

Black with #AC5C80

Text Example


Text Example

White with #AC5C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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