Html Css Color HEX #A8547C Royal Heath

📋 copy color: '#A8547C'

red 168 ◦ green 84 ◦ blue 124

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

Shades of Royal Heath #A8547C

Tints of Royal Heath #A8547C

RGB

 RED value IS 168 (66.02% from 255) = 44.68%

 GREEN value IS 84 (33.2% from 255) = 22.34%

 BLUE value IS 124 (48.83% from 255) = 32.98%

R = 44.68%
G = 22.34%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8547C (or 0xA8547C) is known color: Royal Heath. HEX triplet: A8, 54 and 7C. RGB value is (168,84,124). Sum of RGB (Red+Green+Blue) = 168+84+124=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8547C is #57AB83. Grayscale: #717171. Windows color (decimal): -5745540 or 8148136. OLE color: 8148136.

HSL color Cylindrical-coordinate representation of color #A8547C: hue angle of 331.43º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8547C is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 124 -
CMYK 0 0.5 0.26 0.34
HSL 331.43º 0.33% 0.49% -
HSV(B) 331.43º 0.5% 0.66% -
XYZ 22.96 16.12 20.97 -
YUV 113.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 168 84 124 0 0.5 0.26 0.34 331.43 0.33 0.49
Hex A8 54 7C 0 32 1A 22 14B 21 31
Octal 250 124 174 0 62 32 42 513 41 61
Binary 10101000 1010100 1111100 0 110010 11010 100010 101001011 100001 110001

Color Harmonies of #A8547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8547C

Black with #A8547C

Text Example


Text Example

White with #A8547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8547C; }

 p { color: rgb(168,84,124); }

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

background-color css

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

 a { background-color: rgb(168,84,124); }

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

border-color css

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

 span { border-color: rgb(168,84,124); }

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