Html Css Color HEX #AC487E Royal Heath

📋 copy color: '#AC487E'

red 172 ◦ green 72 ◦ blue 126

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

Shades of Royal Heath #AC487E

Tints of Royal Heath #AC487E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.05%

R = 46.49%
G = 19.46%
B = 34.05%

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

#AC487E (or 0xAC487E) is known color: Royal Heath. HEX triplet: AC, 48 and 7E. RGB value is (172,72,126). Sum of RGB (Red+Green+Blue) = 172+72+126=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC487E is #53B781. Grayscale: #6B6B6B. Windows color (decimal): -5486466 or 8276140. OLE color: 8276140.

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

Color convert

RGB 172 72 126 -
CMYK 0 0.58 0.27 0.33
HSL 327.6º 0.41% 0.48% -
HSV(B) 327.6º 0.58% 0.67% -
XYZ 23.1 14.91 21.4 -
YUV 108.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 172 72 126 0 0.58 0.27 0.33 327.6 0.41 0.48
Hex AC 48 7E 0 3A 1B 21 148 29 30
Octal 254 110 176 0 72 33 41 510 51 60
Binary 10101100 1001000 1111110 0 111010 11011 100001 101001000 101001 110000

Color Harmonies of #AC487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC487E

Black with #AC487E

Text Example


Text Example

White with #AC487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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