Html Css Color HEX #AC4A84 Royal Heath

📋 copy color: '#AC4A84'

red 172 ◦ green 74 ◦ blue 132

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

Shades of Royal Heath #AC4A84

Tints of Royal Heath #AC4A84

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.58%

 BLUE value IS 132 (51.95% from 255) = 34.92%

R = 45.5%
G = 19.58%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC4A84 (or 0xAC4A84) is known color: Royal Heath. HEX triplet: AC, 4A and 84. RGB value is (172,74,132). Sum of RGB (Red+Green+Blue) = 172+74+132=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A84 is #53B57B. Grayscale: #6D6D6D. Windows color (decimal): -5485948 or 8669868. OLE color: 8669868.

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

Color convert

RGB 172 74 132 -
CMYK 0 0.57 0.23 0.33
HSL 324.49º 0.4% 0.48% -
HSV(B) 324.49º 0.57% 0.67% -
XYZ 23.63 15.33 23.54 -
YUV 109.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 172 74 132 0 0.57 0.23 0.33 324.49 0.4 0.48
Hex AC 4A 84 0 39 17 21 144 28 30
Octal 254 112 204 0 71 27 41 504 50 60
Binary 10101100 1001010 10000100 0 111001 10111 100001 101000100 101000 110000

Color Harmonies of #AC4A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A84

Black with #AC4A84

Text Example


Text Example

White with #AC4A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A84; }

 p { color: rgb(172,74,132); }

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

background-color css

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

 a { background-color: rgb(172,74,132); }

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

border-color css

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

 span { border-color: rgb(172,74,132); }

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