Html Css Color HEX #AC487D Royal Heath

📋 copy color: '#AC487D'

red 172 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #AC487D

Tints of Royal Heath #AC487D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 46.61%
G = 19.51%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC487D (or 0xAC487D) is known color: Royal Heath. HEX triplet: AC, 48 and 7D. RGB value is (172,72,125). Sum of RGB (Red+Green+Blue) = 172+72+125=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC487D is #53B782. Grayscale: #6B6B6B. Windows color (decimal): -5486467 or 8210604. OLE color: 8210604.

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

Color convert

RGB 172 72 125 -
CMYK 0 0.58 0.27 0.33
HSL 328.2º 0.41% 0.48% -
HSV(B) 328.2º 0.58% 0.67% -
XYZ 23.03 14.89 21.06 -
YUV 107.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 172 72 125 0 0.58 0.27 0.33 328.2 0.41 0.48
Hex AC 48 7D 0 3A 1B 21 148 29 30
Octal 254 110 175 0 72 33 41 510 51 60
Binary 10101100 1001000 1111101 0 111010 11011 100001 101001000 101001 110000

Color Harmonies of #AC487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC487D

Black with #AC487D

Text Example


Text Example

White with #AC487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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