Html Css Color HEX #AC4878 Royal Heath

📋 copy color: '#AC4878'

red 172 ◦ green 72 ◦ blue 120

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

Shades of Royal Heath #AC4878

Tints of Royal Heath #AC4878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.78%

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

R = 47.25%
G = 19.78%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC4878 (or 0xAC4878) is known color: Royal Heath. HEX triplet: AC, 48 and 78. RGB value is (172,72,120). Sum of RGB (Red+Green+Blue) = 172+72+120=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4878 is #53B787. Grayscale: #6B6B6B. Windows color (decimal): -5486472 or 7882924. OLE color: 7882924.

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

Color convert

RGB 172 72 120 -
CMYK 0 0.58 0.30 0.33
HSL 331.2º 0.41% 0.48% -
HSV(B) 331.2º 0.58% 0.67% -
XYZ 22.72 14.76 19.42 -
YUV 107.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 172 72 120 0 0.58 0.30 0.33 331.2 0.41 0.48
Hex AC 48 78 0 3A 1E 21 14B 29 30
Octal 254 110 170 0 72 36 41 513 51 60
Binary 10101100 1001000 1111000 0 111010 11110 100001 101001011 101001 110000

Color Harmonies of #AC4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4878

Black with #AC4878

Text Example


Text Example

White with #AC4878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4878; }

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

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

background-color css

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

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

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

border-color css

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

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

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