Html Css Color HEX #AC4178 Royal Heath

📋 copy color: '#AC4178'

red 172 ◦ green 65 ◦ blue 120

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

Shades of Royal Heath #AC4178

Tints of Royal Heath #AC4178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 48.18%
G = 18.21%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC4178 (or 0xAC4178) is known color: Royal Heath. HEX triplet: AC, 41 and 78. RGB value is (172,65,120). Sum of RGB (Red+Green+Blue) = 172+65+120=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4178 is #53BE87. Grayscale: #676767. Windows color (decimal): -5488264 or 7881132. OLE color: 7881132.

HSL color Cylindrical-coordinate representation of color #AC4178: hue angle of 329.16º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4178 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 120 -
CMYK 0 0.62 0.30 0.33
HSL 329.16º 0.45% 0.46% -
HSV(B) 329.16º 0.62% 0.67% -
XYZ 22.29 13.91 19.28 -
YUV 103.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 172 65 120 0 0.62 0.30 0.33 329.16 0.45 0.46
Hex AC 41 78 0 3E 1E 21 149 2D 2E
Octal 254 101 170 0 76 36 41 511 55 56
Binary 10101100 1000001 1111000 0 111110 11110 100001 101001001 101101 101110

Color Harmonies of #AC4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4178

Black with #AC4178

Text Example


Text Example

White with #AC4178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4178; }

 p { color: rgb(172,65,120); }

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

background-color css

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

 a { background-color: rgb(172,65,120); }

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

border-color css

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

 span { border-color: rgb(172,65,120); }

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