Html Css Color HEX #AC4875 Royal Heath

📋 copy color: '#AC4875'

red 172 ◦ green 72 ◦ blue 117

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

Shades of Royal Heath #AC4875

Tints of Royal Heath #AC4875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.41%

R = 47.65%
G = 19.94%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC4875 (or 0xAC4875) is known color: Royal Heath. HEX triplet: AC, 48 and 75. RGB value is (172,72,117). Sum of RGB (Red+Green+Blue) = 172+72+117=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4875 is #53B78A. Grayscale: #6A6A6A. Windows color (decimal): -5486475 or 7686316. OLE color: 7686316.

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

Color convert

RGB 172 72 117 -
CMYK 0 0.58 0.32 0.33
HSL 333º 0.41% 0.48% -
HSV(B) 333º 0.58% 0.67% -
XYZ 22.54 14.69 18.48 -
YUV 107.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 172 72 117 0 0.58 0.32 0.33 333 0.41 0.48
Hex AC 48 75 0 3A 20 21 14D 29 30
Octal 254 110 165 0 72 40 41 515 51 60
Binary 10101100 1001000 1110101 0 111010 100000 100001 101001101 101001 110000

Color Harmonies of #AC4875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4875

Black with #AC4875

Text Example


Text Example

White with #AC4875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4875; }

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

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

background-color css

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

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

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

border-color css

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

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

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