Html Css Color HEX #AC4780 Royal Heath

📋 copy color: '#AC4780'

red 172 ◦ green 71 ◦ blue 128

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

Shades of Royal Heath #AC4780

Tints of Royal Heath #AC4780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.14%

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

R = 46.36%
G = 19.14%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC4780 (or 0xAC4780) is known color: Royal Heath. HEX triplet: AC, 47 and 80. RGB value is (172,71,128). Sum of RGB (Red+Green+Blue) = 172+71+128=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4780 is #53B87F. Grayscale: #6B6B6B. Windows color (decimal): -5486720 or 8406956. OLE color: 8406956.

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

Color convert

RGB 172 71 128 -
CMYK 0 0.59 0.26 0.33
HSL 326.14º 0.42% 0.48% -
HSV(B) 326.14º 0.59% 0.67% -
XYZ 23.16 14.84 22.06 -
YUV 107.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 172 71 128 0 0.59 0.26 0.33 326.14 0.42 0.48
Hex AC 47 80 0 3B 1A 21 146 2A 30
Octal 254 107 200 0 73 32 41 506 52 60
Binary 10101100 1000111 10000000 0 111011 11010 100001 101000110 101010 110000

Color Harmonies of #AC4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4780

Black with #AC4780

Text Example


Text Example

White with #AC4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4780; }

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

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

background-color css

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

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

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

border-color css

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

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

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