Html Css Color HEX #AC4881 Royal Heath

📋 copy color: '#AC4881'

red 172 ◦ green 72 ◦ blue 129

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

Shades of Royal Heath #AC4881

Tints of Royal Heath #AC4881

RGB

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

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

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

R = 46.11%
G = 19.3%
B = 34.58%

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

#AC4881 (or 0xAC4881) is known color: Royal Heath. HEX triplet: AC, 48 and 81. RGB value is (172,72,129). Sum of RGB (Red+Green+Blue) = 172+72+129=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4881 is #53B77E. Grayscale: #6C6C6C. Windows color (decimal): -5486463 or 8472748. OLE color: 8472748.

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

Color convert

RGB 172 72 129 -
CMYK 0 0.58 0.25 0.33
HSL 325.8º 0.41% 0.48% -
HSV(B) 325.8º 0.58% 0.67% -
XYZ 23.29 14.99 22.43 -
YUV 108.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 172 72 129 0 0.58 0.25 0.33 325.8 0.41 0.48
Hex AC 48 81 0 3A 19 21 146 29 30
Octal 254 110 201 0 72 31 41 506 51 60
Binary 10101100 1001000 10000001 0 111010 11001 100001 101000110 101001 110000

Color Harmonies of #AC4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4881

Black with #AC4881

Text Example


Text Example

White with #AC4881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4881; }

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

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

background-color css

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

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

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

border-color css

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

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

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