Html Css Color HEX #AC487F Royal Heath

📋 copy color: '#AC487F'

red 172 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #AC487F

Tints of Royal Heath #AC487F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.23%

R = 46.36%
G = 19.41%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC487F (or 0xAC487F) is known color: Royal Heath. HEX triplet: AC, 48 and 7F. RGB value is (172,72,127). Sum of RGB (Red+Green+Blue) = 172+72+127=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC487F is #53B780. Grayscale: #6C6C6C. Windows color (decimal): -5486465 or 8341676. OLE color: 8341676.

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

Color convert

RGB 172 72 127 -
CMYK 0 0.58 0.26 0.33
HSL 327º 0.41% 0.48% -
HSV(B) 327º 0.58% 0.67% -
XYZ 23.16 14.94 21.74 -
YUV 108.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 172 72 127 0 0.58 0.26 0.33 327 0.41 0.48
Hex AC 48 7F 0 3A 1A 21 147 29 30
Octal 254 110 177 0 72 32 41 507 51 60
Binary 10101100 1001000 1111111 0 111010 11010 100001 101000111 101001 110000

Color Harmonies of #AC487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC487F

Black with #AC487F

Text Example


Text Example

White with #AC487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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