Html Css Color HEX #AC4981 Royal Heath

📋 copy color: '#AC4981'

red 172 ◦ green 73 ◦ blue 129

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

Shades of Royal Heath #AC4981

Tints of Royal Heath #AC4981

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.52%

 BLUE value IS 129 (50.78% from 255) = 34.49%

R = 45.99%
G = 19.52%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC4981 (or 0xAC4981) is known color: Royal Heath. HEX triplet: AC, 49 and 81. RGB value is (172,73,129). Sum of RGB (Red+Green+Blue) = 172+73+129=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4981 is #53B67E. Grayscale: #6C6C6C. Windows color (decimal): -5486207 or 8473004. OLE color: 8473004.

HSL color Cylindrical-coordinate representation of color #AC4981: hue angle of 326.06º degrees, saturation: 0.4, 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 #AC4981 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 129 -
CMYK 0 0.58 0.25 0.33
HSL 326.06º 0.4% 0.48% -
HSV(B) 326.06º 0.58% 0.67% -
XYZ 23.36 15.12 22.46 -
YUV 108.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 172 73 129 0 0.58 0.25 0.33 326.06 0.4 0.48
Hex AC 49 81 0 3A 19 21 146 28 30
Octal 254 111 201 0 72 31 41 506 50 60
Binary 10101100 1001001 10000001 0 111010 11001 100001 101000110 101000 110000

Color Harmonies of #AC4981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4981

Black with #AC4981

Text Example


Text Example

White with #AC4981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4981; }

 p { color: rgb(172,73,129); }

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

background-color css

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

 a { background-color: rgb(172,73,129); }

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

border-color css

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

 span { border-color: rgb(172,73,129); }

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